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 SubjectPolicy. getSubject(String subjectName)Deprecated.Gets the Subject object identified by name.SubjectSubjectTypeManager. getSubject(String subjectType)Deprecated.Returns an instance of theSubjectgiven the subject type name.SubjectSubjectTypeManager. getSubjectByName(String subjectName)Deprecated.Returns the Subject object identified by subjectName defined at the realmSubjectPolicy. removeSubject(String subjectName)Deprecated.Removes the subject with the given name.SubjectSubjectTypeManager. removeSubject(String subjectName)Deprecated.Removes the subject with the given name from the realm.SubjectSubjectTypeManager. 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 voidPolicy. addSubject(String name, Subject subject)Deprecated.Adds a new policy subject.voidPolicy. addSubject(String name, Subject subject, boolean exclusive)Deprecated.Adds a new policy subject.voidSubjectTypeManager. addSubject(String subjectName, Subject subject)Deprecated.Adds a policy subject at realm.StringSubjectTypeManager. getSubjectTypeName(Subject subject)Deprecated.Returns the type of theSubjectimplementation.StringSubjectTypeManager. getViewBeanURL(Subject subject)Deprecated.Returns the view bean URL given the SubjectvoidPolicy. removeSubject(Subject subject)Deprecated.Removes theSubjectobject identified by object'sequalsmethod.voidPolicy. replaceSubject(String name, Subject subject)Deprecated.Replaces an existing subject with the same name by the current one.voidPolicy. replaceSubject(String name, Subject subject, boolean exclusive)Deprecated.Replaces an existing subject with the same name by the current one.voidSubjectTypeManager. replaceSubject(String subjectName, Subject subject)Deprecated.Replaces an existing subject with the same name by the current one at the realm.
-