Class RegexPolicyRepresentation
java.lang.Object
org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
org.keycloak.representations.idm.authorization.RegexPolicyRepresentation
- Author:
- Yoshiyuki Tabata
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetType()
boolean
void
setPattern
(String pattern) void
setTargetClaim
(String targetClaim) void
setTargetContextAttributes
(boolean targetContextAttributes) Methods inherited from class org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
addPolicy, addResource, addScope, equals, getDecisionStrategy, getDescription, getId, getLogic, getName, getOwner, getPolicies, getResources, getResourcesData, getScopes, getScopesData, hashCode, removePolicy, removeScope, setDecisionStrategy, setDescription, setId, setLogic, setName, setOwner, setPolicies, setResources, setResourcesData, setScopes, setScopesData, setType
-
Constructor Details
-
RegexPolicyRepresentation
public RegexPolicyRepresentation()
-
-
Method Details
-
getType
- Overrides:
getType
in classAbstractPolicyRepresentation
-
getTargetClaim
-
setTargetClaim
-
getPattern
-
setPattern
-
isTargetContextAttributes
public boolean isTargetContextAttributes() -
setTargetContextAttributes
public void setTargetContextAttributes(boolean targetContextAttributes)
-