Class PolicyEntity
java.lang.Object
org.keycloak.authorization.jpa.entities.PolicyEntity
- Author:
- Pedro Igor
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getId()
getLogic()
getName()
getOwner()
getType()
int
hashCode()
void
setAssociatedPolicies
(Set<PolicyEntity> associatedPolicies) void
void
setDecisionStrategy
(DecisionStrategy decisionStrategy) void
setDescription
(String description) void
void
void
void
void
setResources
(Set<ResourceEntity> resources) void
setResourceServer
(ResourceServerEntity resourceServer) void
setScopes
(Set<ScopeEntity> scopes) void
-
Constructor Details
-
PolicyEntity
public PolicyEntity()
-
-
Method Details
-
getId
-
setId
-
getType
-
setType
-
getDecisionStrategy
-
setDecisionStrategy
-
getLogic
-
setLogic
-
getConfig
-
setConfig
-
getName
-
setName
-
getDescription
-
setDescription
-
getResourceServer
-
setResourceServer
-
getResources
-
setResources
-
getScopes
-
setScopes
-
getAssociatedPolicies
-
setAssociatedPolicies
-
getOwner
-
setOwner
-
equals
-
hashCode
public int hashCode()
-