Class AuthorizedApplications
java.lang.Object
swiss.trustbroker.federation.xmlconfig.AuthorizedApplications
- All Implemented Interfaces:
Serializable
Describes Authorized Applications for AccessRequest.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
ConstructorsConstructorDescriptionAuthorizedApplications(List<AuthorizedApplication> authorizedApplicationList) Creates a newAuthorizedApplicationsinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanList of Authorized Applications.inthashCode()voidsetAuthorizedApplicationList(List<AuthorizedApplication> authorizedApplicationList) List of Authorized Applications.toString()
-
Constructor Details
-
AuthorizedApplications
public AuthorizedApplications() -
AuthorizedApplications
Creates a newAuthorizedApplicationsinstance.- Parameters:
authorizedApplicationList- List of Authorized Applications.
-
-
Method Details