Class ClaimBuilder.ImmutableClaim
java.lang.Object
org.opendaylight.aaa.tokenauthrealm.auth.ClaimBuilder.ImmutableClaim
- All Implemented Interfaces:
Serializable
,Claim
- Enclosing class:
ClaimBuilder
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
clientId
-
userId
-
user
-
domain
-
roles
-
-
Constructor Details
-
ImmutableClaim
-
-
Method Details
-
clientId
Description copied from interface:Claim
Get the id of the authorized client. If the id is an empty string, it means that the client is anonymous. -
userId
Description copied from interface:Claim
Get the user id. User IDs are system-created. -
user
Description copied from interface:Claim
Get the user name. User names are externally created. -
domain
Description copied from interface:Claim
Get the fully-qualified domain name. Domain names are externally created. -
roles
Description copied from interface:Claim
Get a set of user roles. Roles are externally created. -
equals
-
hashCode
public int hashCode() -
toString
-