Class ScopePermissionRepresentation
- java.lang.Object
-
- org.keycloak.representations.idm.authorization.AbstractPolicyRepresentation
-
- org.keycloak.representations.idm.authorization.ScopePermissionRepresentation
-
public class ScopePermissionRepresentation extends AbstractPolicyRepresentation
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description ScopePermissionRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getResourceType()
String
getType()
void
setResourceType(String resourceType)
-
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
-
-
-
-
Method Detail
-
getType
public String getType()
- Overrides:
getType
in classAbstractPolicyRepresentation
-
setResourceType
public void setResourceType(String resourceType)
-
getResourceType
public String getResourceType()
-
-