Uses of Class
org.bremersee.keycloak.api.model.ScopeRepresentation
Packages that use ScopeRepresentation
-
Uses of ScopeRepresentation in org.bremersee.keycloak.api.model
Methods in org.bremersee.keycloak.api.model that return ScopeRepresentationModifier and TypeMethodDescriptionScopeRepresentation.addPoliciesItem(PolicyRepresentation policiesItem) ScopeRepresentation.addResourcesItem(ResourceRepresentation resourcesItem) ScopeRepresentation.displayName(String displayName) ScopeRepresentation.policies(List<@Valid PolicyRepresentation> policies) ScopeRepresentation.resources(List<@Valid ResourceRepresentation> resources) Methods in org.bremersee.keycloak.api.model that return types with arguments of type ScopeRepresentationModifier and TypeMethodDescription@Valid Set<@Valid ScopeRepresentation> EvaluationResultRepresentation.getAllowedScopes()Get allowedScopes@Valid Set<@Valid ScopeRepresentation> EvaluationResultRepresentation.getDeniedScopes()Get deniedScopes@Valid List<@Valid ScopeRepresentation> EvaluationResultRepresentation.getScopes()Get scopes@Valid Set<@Valid ScopeRepresentation> ResourceRepresentation.getScopes()Get scopes@Valid List<@Valid ScopeRepresentation> ResourceServerRepresentation.getScopes()Get scopes@Valid Set<@Valid ScopeRepresentation> AbstractPolicyRepresentation.getScopesData()Get scopesData@Valid Set<@Valid ScopeRepresentation> PolicyRepresentation.getScopesData()Get scopesData@Valid Set<@Valid ScopeRepresentation> ResourceRepresentation.getScopesUma()Get scopesUmaMethods in org.bremersee.keycloak.api.model with parameters of type ScopeRepresentationModifier and TypeMethodDescriptionEvaluationResultRepresentation.addAllowedScopesItem(ScopeRepresentation allowedScopesItem) EvaluationResultRepresentation.addDeniedScopesItem(ScopeRepresentation deniedScopesItem) AbstractPolicyRepresentation.addScopesDataItem(ScopeRepresentation scopesDataItem) PolicyRepresentation.addScopesDataItem(ScopeRepresentation scopesDataItem) EvaluationResultRepresentation.addScopesItem(ScopeRepresentation scopesItem) ResourceRepresentation.addScopesItem(ScopeRepresentation scopesItem) ResourceServerRepresentation.addScopesItem(ScopeRepresentation scopesItem) ResourceRepresentation.addScopesUmaItem(ScopeRepresentation scopesUmaItem) Method parameters in org.bremersee.keycloak.api.model with type arguments of type ScopeRepresentationModifier and TypeMethodDescriptionEvaluationResultRepresentation.allowedScopes(Set<@Valid ScopeRepresentation> allowedScopes) EvaluationResultRepresentation.deniedScopes(Set<@Valid ScopeRepresentation> deniedScopes) EvaluationResultRepresentation.scopes(List<@Valid ScopeRepresentation> scopes) ResourceRepresentation.scopes(Set<@Valid ScopeRepresentation> scopes) ResourceServerRepresentation.scopes(List<@Valid ScopeRepresentation> scopes) AbstractPolicyRepresentation.scopesData(Set<@Valid ScopeRepresentation> scopesData) PolicyRepresentation.scopesData(Set<@Valid ScopeRepresentation> scopesData) ResourceRepresentation.scopesUma(Set<@Valid ScopeRepresentation> scopesUma) voidEvaluationResultRepresentation.setAllowedScopes(Set<@Valid ScopeRepresentation> allowedScopes) voidEvaluationResultRepresentation.setDeniedScopes(Set<@Valid ScopeRepresentation> deniedScopes) voidEvaluationResultRepresentation.setScopes(List<@Valid ScopeRepresentation> scopes) voidResourceRepresentation.setScopes(Set<@Valid ScopeRepresentation> scopes) voidResourceServerRepresentation.setScopes(List<@Valid ScopeRepresentation> scopes) voidAbstractPolicyRepresentation.setScopesData(Set<@Valid ScopeRepresentation> scopesData) voidPolicyRepresentation.setScopesData(Set<@Valid ScopeRepresentation> scopesData) voidResourceRepresentation.setScopesUma(Set<@Valid ScopeRepresentation> scopesUma)