Searched defs:Subject (Results 1 - 8 of 8) sorted by relevance
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.3 2009/05/05 18:27:47 mrudul_uchil Exp $ 47 * The class <code>Subject</code> defines a collection 56 * <code>Subject</code> object and the evaluation interfaces will be used by the 63 public interface Subject extends Cloneable { interface in inherits:Cloneable 67 * <code>Subject</code> implementation can have. 79 * @return <code>Syntax</code> of the values for the <code>Subject</code> 85 * Returns a list of possible values for the <code>Subject 105 * Returns a list of possible values for the <code>Subject 161 * Initialize (or configure) the <code>Subject</code> 172 * initialization of <code>Subject</cod [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:48:12 qcheng Exp $ 37 * The <code>Subject</code> element specifies information about a 54 public interface Subject { interface 58 * Typically a <code>Subject</code> element will contain an <code> 61 * the identity of the <code>Subject</code> 84 * This attribute indicates the role that the parent <code>Subject</code> 86 * present in the <code>Subject</code> element, then the 89 * used, indicating that the <code>Subject</code> represents the entity
|
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.3 2009/05/05 18:27:47 mrudul_uchil Exp $ 47 * The class <code>Subject</code> defines a collection 56 * <code>Subject</code> object and the evaluation interfaces will be used by the 63 public interface Subject extends Cloneable { interface in inherits:Cloneable 67 * <code>Subject</code> implementation can have. 79 * @return <code>Syntax</code> of the values for the <code>Subject</code> 85 * Returns a list of possible values for the <code>Subject 105 * Returns a list of possible values for the <code>Subject 161 * Initialize (or configure) the <code>Subject</code> 172 * initialization of <code>Subject</cod [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/xacml/context/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:48:12 qcheng Exp $ 37 * The <code>Subject</code> element specifies information about a 54 public interface Subject { interface 58 * Typically a <code>Subject</code> element will contain an <code> 61 * the identity of the <code>Subject</code> 84 * This attribute indicates the role that the parent <code>Subject</code> 86 * present in the <code>Subject</code> element, then the 89 * used, indicating that the <code>Subject</code> represents the entity
|
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $ 40 *The <code>Subject</code> element specifies one or more subjects. It contains 47 *If a <code>Subject</code> element contains more than one subject 52 *subjects being identified. A <code>Subject</code> element SHOULD NOT identify 58 public class Subject { class 66 protected Subject() {} method in class:Subject 69 * Constructs a Subject object from a <code>NameIdentifier</code> 78 public Subject(NameIdentifier nameIdentifier, SubjectConfirmation method in class:Subject 84 "Subject: null NameIdentifier and SubjectConfirmation " 99 * Checks for equality between this object and the Subject 143 public Subject(NameIdentifier nameIdentifier) throws SAMLException { method in class:Subject 164 public Subject(org.w3c.dom.Element subjectElement) throws SAMLException { method in class:Subject 234 public Subject(SubjectConfirmation subjectConfirmation) method in class:Subject [all...] |
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $ 39 * The <code>Subject</code> specifies the principal that is the subject 46 public interface Subject { interface
|
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/assertion/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:47:33 qcheng Exp $ 40 *The <code>Subject</code> element specifies one or more subjects. It contains 47 *If a <code>Subject</code> element contains more than one subject 52 *subjects being identified. A <code>Subject</code> element SHOULD NOT identify 58 public class Subject { class 66 protected Subject() {} method in class:Subject 69 * Constructs a Subject object from a <code>NameIdentifier</code> 78 public Subject(NameIdentifier nameIdentifier, SubjectConfirmation method in class:Subject 84 "Subject: null NameIdentifier and SubjectConfirmation " 99 * Checks for equality between this object and the Subject 143 public Subject(NameIdentifier nameIdentifier) throws SAMLException { method in class:Subject 164 public Subject(org.w3c.dom.Element subjectElement) throws SAMLException { method in class:Subject 234 public Subject(SubjectConfirmation subjectConfirmation) method in class:Subject [all...] |
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/assertion/ |
H A D | Subject.java | 25 * $Id: Subject.java,v 1.2 2008/06/25 05:47:41 qcheng Exp $ 39 * The <code>Subject</code> specifies the principal that is the subject 46 public interface Subject { interface
|
Completed in 68 milliseconds