Uses of Interface
com.sun.identity.policy.interfaces.Subject
Package
Description
Provides classes for policy administration and evaluation.
-
Uses of Subject in com.sun.identity.policy
Modifier and TypeMethodDescriptionPolicy.getSubject
(String subjectName) Deprecated.Gets the Subject object identified by name.SubjectTypeManager.getSubject
(String subjectType) Deprecated.Returns an instance of theSubject
given the subject type name.SubjectTypeManager.getSubjectByName
(String subjectName) Deprecated.Returns the Subject object identified by subjectName defined at the realmPolicy.removeSubject
(String subjectName) Deprecated.Removes the subject with the given name.SubjectTypeManager.removeSubject
(String subjectName) Deprecated.Removes the subject with the given name from the realm.SubjectTypeManager.removeSubject
(String subjectName, boolean forcedRemove) Deprecated.Removes the subject with the given name from the realm.Modifier and TypeMethodDescriptionvoid
Policy.addSubject
(String name, Subject subject) Deprecated.Adds a new policy subject.void
Policy.addSubject
(String name, Subject subject, boolean exclusive) Deprecated.Adds a new policy subject.void
SubjectTypeManager.addSubject
(String subjectName, Subject subject) Deprecated.Adds a policy subject at realm.SubjectTypeManager.getSubjectTypeName
(Subject subject) Deprecated.Returns the type of theSubject
implementation.SubjectTypeManager.getViewBeanURL
(Subject subject) Deprecated.Returns the view bean URL given the Subjectvoid
Policy.removeSubject
(Subject subject) Deprecated.Removes theSubject
object identified by object'sequals
method.void
Policy.replaceSubject
(String name, Subject subject) Deprecated.Replaces an existing subject with the same name by the current one.void
Policy.replaceSubject
(String name, Subject subject, boolean exclusive) Deprecated.Replaces an existing subject with the same name by the current one.void
SubjectTypeManager.replaceSubject
(String subjectName, Subject subject) Deprecated.Replaces an existing subject with the same name by the current one at the realm.