Searched refs:SubjectQuery (Results 1 - 12 of 12) sorted by relevance

/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DSubjectQuery.java25 * $Id: SubjectQuery.java,v 1.2 2008/06/25 05:47:37 qcheng Exp $
41 public abstract class SubjectQuery extends Query { class in inherits:Query
48 protected SubjectQuery() { method in class:SubjectQuery
H A DAuthenticationQuery.java47 * <code>SubjectQuery</code>.
54 public class AuthenticationQuery extends SubjectQuery {
H A DAttributeQuery.java51 * <code>SubjectQuery</code>.
57 public class AttributeQuery extends SubjectQuery {
H A DAuthorizationDecisionQuery.java53 * <code>SubjectQuery</code>.
60 public class AuthorizationDecisionQuery extends SubjectQuery {
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/protocol/
H A DSubjectQuery.java25 * $Id: SubjectQuery.java,v 1.2 2008/06/25 05:47:37 qcheng Exp $
41 public abstract class SubjectQuery extends Query { class in inherits:Query
48 protected SubjectQuery() { method in class:SubjectQuery
H A DAuthenticationQuery.java47 * <code>SubjectQuery</code>.
54 public class AuthenticationQuery extends SubjectQuery {
H A DAttributeQuery.java51 * <code>SubjectQuery</code>.
57 public class AttributeQuery extends SubjectQuery {
H A DAuthorizationDecisionQuery.java53 * <code>SubjectQuery</code>.
60 public class AuthorizationDecisionQuery extends SubjectQuery {
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DPartnerAccountMapper.java32 import com.sun.identity.saml.protocol.SubjectQuery;
108 public Map getUser(SubjectQuery subjectQuery,String sourceID);
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml/plugins/
H A DPartnerAccountMapper.java32 import com.sun.identity.saml.protocol.SubjectQuery;
108 public Map getUser(SubjectQuery subjectQuery,String sourceID);
/forgerock/openam-v13/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultPartnerAccountMapper.java46 import com.sun.identity.saml.protocol.SubjectQuery;
162 public Map getUser(SubjectQuery subjectQuery,String sourceID) {
165 "SubjectQuery)");
/forgerock/openam/openam-federation/OpenFM/src/main/java/com/sun/identity/saml/plugins/
H A DDefaultPartnerAccountMapper.java46 import com.sun.identity.saml.protocol.SubjectQuery;
162 public Map getUser(SubjectQuery subjectQuery,String sourceID) {
165 "SubjectQuery)");

Completed in 731 milliseconds