@Deprecated public class GroupSubject extends EntitlementSubjectImpl
Modifier and Type | Field and Description |
---|---|
static String |
GROUP_NAME
Deprecated.
|
Constructor and Description |
---|
GroupSubject()
Deprecated.
Constructor.
|
GroupSubject(String group)
Deprecated.
Constructor.
|
GroupSubject(String group,
String pSubjectName)
Deprecated.
Constructs GroupSubject
|
Modifier and Type | Method and Description |
---|---|
SubjectDecision |
evaluate(String realm,
SubjectAttributesManager mgr,
Subject subject,
String resourceName,
Map<String,Set<String>> environment)
Deprecated.
Returns
SubjectDecision of
EntitlementSubject evaluation. |
Set<String> |
getRequiredAttributeNames()
Deprecated.
Returns required attribute names.
|
Map<String,Set<String>> |
getSearchIndexAttributes()
Deprecated.
Returns search index attributes.
|
boolean |
isIdentity()
Deprecated.
Returns
true is this subject is an identity object. |
equals, getID, getPSubjectName, getState, hashCode, hasPrincipal, isExclusive, setExclusive, setID, setPSubjectName, setState, toJSONObject, toString
public static final String GROUP_NAME
public GroupSubject()
public GroupSubject(String group)
group
- the uuid of the group who is member of the
EntitlementSubject.public GroupSubject(String group, String pSubjectName)
group
- the uuid of the group who is member of the
EntitlementSubjectpSubjectName
- subject name as used in OpenAM policy,
this is relevant only when GroupSubject was created from
OpenAM policy Subjectpublic SubjectDecision evaluate(String realm, SubjectAttributesManager mgr, Subject subject, String resourceName, Map<String,Set<String>> environment) throws EntitlementException
SubjectDecision
of
EntitlementSubject
evaluation.realm
- Realm name.subject
- EntitlementSubject who is under evaluation.resourceName
- Resource name.environment
- Environment parameters.SubjectDecision
of
EntitlementSubject
evaluationcom.sun.identity.entitlement,
- EntitlementException in case
of any errorEntitlementException
- if any errors occur.public Map<String,Set<String>> getSearchIndexAttributes()
public Set<String> getRequiredAttributeNames()
public boolean isIdentity()
true
is this subject is an identity object.true
is this subject is an identity object.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.