Package | Description |
---|---|
com.sun.identity.policy |
Provides classes for policy administration and evaluation.
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
Modifier and Type | Method and Description |
---|---|
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 |
Policy.addSubject(String name,
Subject subject,
boolean exclusive)
Deprecated.
Adds a new policy subject.
|
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
|
void |
Policy.removeSubject(Subject subject)
Deprecated.
Removes the
Subject object identified by
object's equals method. |
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 |
Policy.replaceSubject(String name,
Subject subject,
boolean exclusive)
Deprecated.
Replaces an existing subject with the same name by the
current one.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.