public class AnonymousESubject extends Object
Constructor and Description |
---|
AnonymousESubject() |
Modifier and Type | Method and Description |
---|---|
SubjectDecision |
evaluate(Subject subject,
String resourceName,
Map<String,Set<String>> environment)
Returns
SubjectDecision of
ESubject evaluation |
String |
getPSubjectName() |
void |
setPSubjectName(String pSubjectName) |
public SubjectDecision evaluate(Subject subject, String resourceName, Map<String,Set<String>> environment) throws EntitlementException
SubjectDecision
of
ESubject
evaluationsubject
- ESubject who is under evaluation.resourceName
- Resource name.environment
- Environment parameters.SubjectDecision
of
ESubject
evaluationcom.sun.identity.entitlement,
- EntitlementException in case
of any errorEntitlementException
public void setPSubjectName(String pSubjectName)
public String getPSubjectName()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.