Class ClientScopePolicyRepresentation
java.lang.Object
org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
org.keycloak.representations.idm.authorization.ClientScopePolicyRepresentation
- Author:
- Yoshiyuki Tabata
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClientScope(String name) voidaddClientScope(String name, boolean required) getType()voidMethods inherited from class org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
addPolicy, addResource, addScope, equals, getDecisionStrategy, getDescription, getId, getLogic, getName, getOwner, getPolicies, getResources, getResourcesData, getResourceType, getScopes, getScopesData, hashCode, removePolicy, removeScope, setDecisionStrategy, setDescription, setId, setLogic, setName, setOwner, setPolicies, setResources, setResourcesData, setResourceType, setScopes, setScopesData, setType
-
Constructor Details
-
ClientScopePolicyRepresentation
public ClientScopePolicyRepresentation()
-
-
Method Details
-
getType
- Overrides:
getTypein classAbstractPolicyRepresentation
-
getClientScopes
-
setClientScopes
public void setClientScopes(Set<ClientScopePolicyRepresentation.ClientScopeDefinition> clientScopes) -
addClientScope
-
addClientScope
-