Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
-
Packages that use ScopeRepresentation Package Description org.keycloak.representations.idm.authorization -
-
Uses of ScopeRepresentation in org.keycloak.representations.idm.authorization
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ScopeRepresentation Modifier and Type Method Description List<ScopeRepresentation>
PolicyEvaluationResponse.EvaluationResultRepresentation. getAllowedScopes()
List<ScopeRepresentation>
PolicyEvaluationResponse.EvaluationResultRepresentation. getScopes()
Set<ScopeRepresentation>
ResourceRepresentation. getScopes()
List<ScopeRepresentation>
ResourceServerRepresentation. getScopes()
Set<ScopeRepresentation>
AbstractPolicyRepresentation. getScopesData()
Methods in org.keycloak.representations.idm.authorization with parameters of type ScopeRepresentation Modifier and Type Method Description void
ResourceRepresentation. addScope(ScopeRepresentation scope)
Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentation Modifier and Type Method Description void
PolicyEvaluationResponse.EvaluationResultRepresentation. setAllowedScopes(List<ScopeRepresentation> allowedScopes)
void
PolicyEvaluationResponse.EvaluationResultRepresentation. setScopes(List<ScopeRepresentation> scopes)
void
ResourceRepresentation. setScopes(Set<ScopeRepresentation> scopes)
void
ResourceServerRepresentation. setScopes(List<ScopeRepresentation> scopes)
void
AbstractPolicyRepresentation. setScopesData(Set<ScopeRepresentation> scopesData)
Constructor parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentation Constructor Description ResourceRepresentation(String name, Set<ScopeRepresentation> scopes)
Creates a new instance.ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, String uri, String type)
ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, String uri, String type, String iconUri)
ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, Set<String> uris, String type)
Creates a new instance.ResourceRepresentation(String name, Set<ScopeRepresentation> scopes, Set<String> uris, String type, String iconUri)
Creates a new instance.
-