Package | Description |
---|---|
com.sun.identity.entitlement.opensso | |
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
com.sun.identity.policy.plugins |
Modifier and Type | Method and Description |
---|---|
Subject |
PolicySubject.getPolicySubject()
Constructs a legacy policy subject based on the information in this adapter.
|
Modifier and Type | Method and Description |
---|---|
Subject |
Subjects.getSubject(String subjectName)
Returns the
Subject object associated
with the given subject name. |
Subject |
SubjectTypeManager.getSubject(String subjectType)
Deprecated.
Returns an instance of the
Subject given the subject type
name. |
Subject |
Policy.getSubject(String subjectName)
Deprecated.
Gets the Subject object identified by name.
|
Subject |
SubjectTypeManager.getSubjectByName(String subjectName)
Deprecated.
Returns the Subject object identified by subjectName defined at
the realm
|
Subject |
Subjects.removeSubject(String subjectName)
Removes the
Subject object identified by
the subject name. |
Subject |
SubjectTypeManager.removeSubject(String subjectName)
Deprecated.
Removes the subject with the given name from the realm.
|
Subject |
Policy.removeSubject(String subjectName)
Deprecated.
Removes the subject with the given name.
|
Subject |
SubjectTypeManager.removeSubject(String subjectName,
boolean forcedRemove)
Deprecated.
Removes the subject with the given name from the realm.
|
Subject |
Subjects.removeSubject(Subject subject)
Removes the
Subject object identified by
object's equals method. |
Modifier and Type | Method and Description |
---|---|
void |
Subjects.addSubject(String subjectName,
Subject subject)
Adds a
Subject object to the this instance
of user collection. |
void |
SubjectTypeManager.addSubject(String subjectName,
Subject subject)
Deprecated.
Adds a policy subject at realm.
|
void |
Policy.addSubject(String name,
Subject subject)
Deprecated.
Adds a new policy subject.
|
void |
Subjects.addSubject(String subjectName,
Subject subject,
boolean exclusive)
Adds a
Subject object to the this instance
of user collection. |
void |
Policy.addSubject(String name,
Subject subject,
boolean exclusive)
Deprecated.
Adds a new policy subject.
|
void |
Subjects.addSubject(Subject subject)
Adds a
Subject object to the this instance
of user collection. |
String |
Subjects.getSubjectName(Subject subject)
Returns the name associated with the given subject object.
|
String |
SubjectTypeManager.getSubjectTypeName(Subject subject)
Deprecated.
Returns the type of the
Subject implementation. |
String |
SubjectTypeManager.getViewBeanURL(Subject subject)
Deprecated.
Returns the view bean URL given the Subject
|
Subject |
Subjects.removeSubject(Subject subject)
Removes the
Subject object identified by
object's equals method. |
void |
Policy.removeSubject(Subject subject)
Deprecated.
Removes the
Subject object identified by
object's equals method. |
void |
Subjects.replaceSubject(String subjectName,
Subject subject)
Replaces an existing subject object having the same name
with the new one.
|
void |
SubjectTypeManager.replaceSubject(String subjectName,
Subject subject)
Deprecated.
Replaces an existing subject with the same name by the
current one at the realm.
|
void |
Policy.replaceSubject(String name,
Subject subject)
Deprecated.
Replaces an existing subject with the same name by the
current one.
|
void |
Subjects.replaceSubject(String subjectName,
Subject subject,
boolean exclusive)
Replaces an existing subject object having the same name
with the new one.
|
void |
Policy.replaceSubject(String name,
Subject subject,
boolean exclusive)
Deprecated.
Replaces an existing subject with the same name by the
current one.
|
Modifier and Type | Class and Description |
---|---|
class |
AMIdentitySubject
Deprecated.
Use
IdentitySubject instead. |
class |
AuthenticatedAgents
This subject applies to all users with valid
SSOToken . |
class |
AuthenticatedSharedAgents
This subject applies to all users/agents with valid
SSOToken . |
class |
AuthenticatedUsers
Deprecated.
Use
AuthenticatedUsers instead. |
class |
DSAMERole
DSAME Role plugin lets policy admins specify the DSAME roles as a subject.
|
class |
LDAPGroups
This class respresents a group of LDAP groups
|
class |
LDAPRoles
This class represents a group of LDAP roles
|
class |
LDAPUsers
This class respresents a group of LDAP users
|
class |
Organization
This class represents a group of OpenAM organizations.
|
class |
PrivilegeSubject
A generic subject mapper that maps entitlement subjects to OpenAM
subjects.
|
class |
WebServicesClients
This subject represents web services clients that authenticate to web service
providers(PP service, Discovery Service) hosted by OpenAM.
|
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.