Searched defs:ProxySubject (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DProxySubject.java25 * $Id: ProxySubject.java,v 1.2 2008/06/25 05:47:20 qcheng Exp $
47 * The <code>ProxySubject</code> class represents the identity of a proxy,
53 public class ProxySubject extends Subject { class in inherits:Subject
56 * Constructs a <code>ProxySubject</code> object from a
65 public ProxySubject(NameIdentifier nameIdentifier, SubjectConfirmation method in class:ProxySubject
71 * Checks for equality between this object and the <code>ProxySubject</code>
74 * @param subject <code>ProxySubject</code> to be checked
77 public boolean equals(ProxySubject subject) {
82 * Constructs a <code>ProxySubject</code> object from a
88 public ProxySubject(NameIdentifie method in class:ProxySubject
102 public ProxySubject(org.w3c.dom.Element subjectElement) method in class:ProxySubject
170 public ProxySubject(SubjectConfirmation subjectConfirmation) method in class:ProxySubject
[all...]
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/liberty/ws/security/
H A DProxySubject.java25 * $Id: ProxySubject.java,v 1.2 2008/06/25 05:47:20 qcheng Exp $
47 * The <code>ProxySubject</code> class represents the identity of a proxy,
53 public class ProxySubject extends Subject { class in inherits:Subject
56 * Constructs a <code>ProxySubject</code> object from a
65 public ProxySubject(NameIdentifier nameIdentifier, SubjectConfirmation method in class:ProxySubject
71 * Checks for equality between this object and the <code>ProxySubject</code>
74 * @param subject <code>ProxySubject</code> to be checked
77 public boolean equals(ProxySubject subject) {
82 * Constructs a <code>ProxySubject</code> object from a
88 public ProxySubject(NameIdentifie method in class:ProxySubject
102 public ProxySubject(org.w3c.dom.Element subjectElement) method in class:ProxySubject
170 public ProxySubject(SubjectConfirmation subjectConfirmation) method in class:ProxySubject
[all...]

Completed in 39 milliseconds