Uses of Interface
com.sun.identity.policy.interfaces.Subject
-
Packages that use Subject Package Description com.sun.identity.policy Provides classes for policy administration and evaluation. -
-
Uses of Subject in com.sun.identity.policy
Methods in com.sun.identity.policy that return Subject Modifier and Type Method Description Subject
Policy. getSubject(String subjectName)
Deprecated.Gets the Subject object identified by name.Subject
SubjectTypeManager. getSubject(String subjectType)
Deprecated.Returns an instance of theSubject
given the subject type name.Subject
SubjectTypeManager. getSubjectByName(String subjectName)
Deprecated.Returns the Subject object identified by subjectName defined at the realmSubject
Policy. removeSubject(String subjectName)
Deprecated.Removes the subject with the given name.Subject
SubjectTypeManager. removeSubject(String subjectName)
Deprecated.Removes the subject with the given name from the realm.Subject
SubjectTypeManager. removeSubject(String subjectName, boolean forcedRemove)
Deprecated.Removes the subject with the given name from the realm.Methods in com.sun.identity.policy with parameters of type Subject Modifier and Type Method Description void
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.String
SubjectTypeManager. getSubjectTypeName(Subject subject)
Deprecated.Returns the type of theSubject
implementation.String
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.
-