Class AccessRequest
java.lang.Object
swiss.trustbroker.federation.xmlconfig.AccessRequest
- All Implemented Interfaces:
Serializable
This class describes the configuration of the AccessRequest for an RP.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAccessRequest(Boolean enabled, AuthorizedApplications authorizedApplications) Creates a newAccessRequestinstance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanenabled()booleanAuthorized applications for the AccessRequest.Enable this configuration.inthashCode()voidsetAuthorizedApplications(AuthorizedApplications authorizedApplications) Authorized applications for the AccessRequest.voidsetEnabled(Boolean enabled) Enable this configuration.toString()
-
Constructor Details
-
AccessRequest
public AccessRequest() -
AccessRequest
Creates a newAccessRequestinstance.- Parameters:
enabled- Enable this configuration.authorizedApplications- Authorized applications for the AccessRequest.
-
-
Method Details
-
enabled
public boolean enabled() -
getAllTriggerRoles
-
builder
-
getEnabled
Enable this configuration. -
getAuthorizedApplications
Authorized applications for the AccessRequest. -
setEnabled
Enable this configuration. -
setAuthorizedApplications
Authorized applications for the AccessRequest. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-