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 RealmAccessClaim
AccessToken. getRealmAccessClaim()
Get the realm_access claim.RealmAccessClaim
AccessToken. 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 boolean
BearerTokenRequestAuthenticator. isVerifyCaller(RealmAccessClaim accessClaim)
-