Package org.wildfly.security.http.oidc
Class RealmAccessClaim
java.lang.Object
org.wildfly.security.http.oidc.RealmAccessClaim
Representation of a realm access claim.
- Author:
- Farah Juma
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionRealmAccessClaim(Map<String, Object> realmAccessClaim) Construct a new instance. -
Method Summary
-
Field Details
-
ROLES
- See Also:
-
VERIFY_CALLER
- See Also:
-
-
Constructor Details
-
RealmAccessClaim
Construct a new instance.- Parameters:
realmAccessClaim- the realm access claim set for this instance (may not benull)
-
-
Method Details
-
getRoles
-
getVerifyCaller
-