Uses of Class
org.wildfly.security.http.oidc.RealmAccessClaim
-
Packages that use RealmAccessClaim Package Description org.wildfly.security.http.oidc -
-
Uses of RealmAccessClaim in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return RealmAccessClaim Modifier and Type Method Description RealmAccessClaimAccessToken. getRealmAccessClaim()Get the realm_access claim.RealmAccessClaimAccessToken. getResourceAccessClaim(String resource)Get the resource_access claim.Methods in org.wildfly.security.http.oidc that return types with arguments of type RealmAccessClaim Modifier and Type Method Description Map<String,RealmAccessClaim>AccessToken. getResourceAccessClaim()Get the resource_access claim.Methods in org.wildfly.security.http.oidc with parameters of type RealmAccessClaim Modifier and Type Method Description private booleanBearerTokenRequestAuthenticator. isVerifyCaller(RealmAccessClaim accessClaim)
-