Package org.bremersee.keycloak.api.model
Class PolicyRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.PolicyRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:40:45.221551766+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class PolicyRepresentation
extends Object
PolicyRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddPoliciesItem(String policiesItem) addResourcesDataItem(ResourceRepresentation resourcesDataItem) addResourcesItem(String resourcesItem) addScopesDataItem(ScopeRepresentation scopesDataItem) addScopesItem(String scopesItem) decisionStrategy(DecisionStrategy decisionStrategy) description(String description) booleanGet config@Valid DecisionStrategyGet decisionStrategyGet descriptiongetId()Get id@Valid LogicgetLogic()Get logicgetName()Get namegetOwner()Get ownerGet policiesGet resources@Valid Set<@Valid ResourceRepresentation> Get resourcesDataGet resourceTypeGet scopes@Valid Set<@Valid ScopeRepresentation> Get scopesDatagetType()Get typeinthashCode()putConfigItem(String key, String configItem) resourcesData(Set<@Valid ResourceRepresentation> resourcesData) resourceType(String resourceType) scopesData(Set<@Valid ScopeRepresentation> scopesData) voidvoidsetDecisionStrategy(DecisionStrategy decisionStrategy) voidsetDescription(String description) voidvoidvoidvoidvoidsetPolicies(Set<String> policies) voidsetResources(Set<String> resources) voidsetResourcesData(Set<@Valid ResourceRepresentation> resourcesData) voidsetResourceType(String resourceType) voidvoidsetScopesData(Set<@Valid ScopeRepresentation> scopesData) voidtoString()
-
Constructor Details
-
PolicyRepresentation
public PolicyRepresentation()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
type
-
getType
Get type- Returns:
- type
-
setType
-
policies
-
addPoliciesItem
-
getPolicies
Get policies- Returns:
- policies
-
setPolicies
-
resources
-
addResourcesItem
-
getResources
Get resources- Returns:
- resources
-
setResources
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
logic
-
getLogic
Get logic- Returns:
- logic
-
setLogic
-
decisionStrategy
-
getDecisionStrategy
Get decisionStrategy- Returns:
- decisionStrategy
-
setDecisionStrategy
-
owner
-
getOwner
Get owner- Returns:
- owner
-
setOwner
-
resourceType
-
getResourceType
Get resourceType- Returns:
- resourceType
-
setResourceType
-
resourcesData
-
addResourcesDataItem
-
getResourcesData
Get resourcesData- Returns:
- resourcesData
-
setResourcesData
-
scopesData
-
addScopesDataItem
-
getScopesData
Get scopesData- Returns:
- scopesData
-
setScopesData
-
config
-
putConfigItem
-
getConfig
Get config- Returns:
- config
-
setConfig
-
equals
-
hashCode
public int hashCode() -
toString
-