Class BasicClientAuthorization
java.lang.Object
de.xima.fc.mdl.auth.authorization.BasicClientAuthorization
- All Implemented Interfaces:
IClientAuthorization
,Serializable
Model class for a basic client authorization.
- Since:
- 8.0.0
- Author:
- XIMA Media GmbH
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getClient
- Specified by:
getClient
in interfaceIClientAuthorization
- Returns:
- the client for which this authorization is configured.
-
getRoles
- Specified by:
getRoles
in interfaceIClientAuthorization
- Returns:
- the roles that will be assigned to users that match this authorization configuration.
-
getUserGroups
- Specified by:
getUserGroups
in interfaceIClientAuthorization
- Returns:
- the user groups that will be assigned to the users that match this authorization configuration.
-
builder
-