Uses of Class
org.keycloak.representations.idm.authorization.ScopeRepresentation
Packages that use ScopeRepresentation
-
Uses of ScopeRepresentation in org.keycloak.representations.idm.authorization
Methods in org.keycloak.representations.idm.authorization that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescriptionPolicyEvaluationResponse.EvaluationResultRepresentation.getAllowedScopes()PolicyEvaluationResponse.EvaluationResultRepresentation.getDeniedScopes()PolicyEvaluationResponse.EvaluationResultRepresentation.getScopes()ResourceRepresentation.getScopes()ResourceServerRepresentation.getScopes()AbstractPolicyRepresentation.getScopesData()Methods in org.keycloak.representations.idm.authorization with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionvoidResourceRepresentation.addScope(ScopeRepresentation scope) Method parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentationModifier and TypeMethodDescriptionvoidPolicyEvaluationResponse.EvaluationResultRepresentation.setAllowedScopes(Set<ScopeRepresentation> allowedScopes) voidPolicyEvaluationResponse.EvaluationResultRepresentation.setDeniedScopes(Set<ScopeRepresentation> deniedScopes) voidPolicyEvaluationResponse.EvaluationResultRepresentation.setScopes(List<ScopeRepresentation> scopes) voidResourceRepresentation.setScopes(Set<ScopeRepresentation> scopes) voidResourceServerRepresentation.setScopes(List<ScopeRepresentation> scopes) voidAbstractPolicyRepresentation.setScopesData(Set<ScopeRepresentation> scopesData) Constructor parameters in org.keycloak.representations.idm.authorization with type arguments of type ScopeRepresentationModifierConstructorDescriptionResourceRepresentation(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.