Package org.bremersee.keycloak.api.model
Class EvaluationResultRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.EvaluationResultRepresentation
@Generated(value="org.openapitools.codegen.languages.SpringCodegen",
date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]",
comments="Generator version: 7.24.0")
public class EvaluationResultRepresentation
extends Object
EvaluationResultRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedScopesItem(ScopeRepresentation allowedScopesItem) addDeniedScopesItem(ScopeRepresentation deniedScopesItem) addPoliciesItem(PolicyResultRepresentation policiesItem) addScopesItem(ScopeRepresentation scopesItem) allowedScopes(Set<@Valid ScopeRepresentation> allowedScopes) deniedScopes(Set<@Valid ScopeRepresentation> deniedScopes) boolean@Valid Set<@Valid ScopeRepresentation> Get allowedScopes@Valid Set<@Valid ScopeRepresentation> Get deniedScopes@Valid Set<@Valid PolicyResultRepresentation> Get policies@Valid ResourceRepresentationGet resource@Valid List<@Valid ScopeRepresentation> Get scopes@Valid DecisionEffectGet statusinthashCode()policies(Set<@Valid PolicyResultRepresentation> policies) resource(ResourceRepresentation resource) scopes(List<@Valid ScopeRepresentation> scopes) voidsetAllowedScopes(Set<@Valid ScopeRepresentation> allowedScopes) voidsetDeniedScopes(Set<@Valid ScopeRepresentation> deniedScopes) voidsetPolicies(Set<@Valid PolicyResultRepresentation> policies) voidsetResource(ResourceRepresentation resource) voidsetScopes(List<@Valid ScopeRepresentation> scopes) voidsetStatus(DecisionEffect status) status(DecisionEffect status) toString()
-
Constructor Details
-
EvaluationResultRepresentation
public EvaluationResultRepresentation()
-
-
Method Details
-
resource
-
getResource
Get resource- Returns:
- resource
-
setResource
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
policies
-
addPoliciesItem
-
getPolicies
Get policies- Returns:
- policies
-
setPolicies
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
allowedScopes
-
addAllowedScopesItem
-
getAllowedScopes
Get allowedScopes- Returns:
- allowedScopes
-
setAllowedScopes
-
deniedScopes
-
addDeniedScopesItem
-
getDeniedScopes
Get deniedScopes- Returns:
- deniedScopes
-
setDeniedScopes
-
equals
-
hashCode
public int hashCode() -
toString
-