Searched refs:AuthnQueryImpl (Results 1 - 5 of 5) sorted by relevance

/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DAuthnQuery.java35 import com.sun.identity.saml2.protocol.impl.AuthnQueryImpl;
60 defaultImpl = AuthnQueryImpl.class)
H A DProtocolFactory.java40 import com.sun.identity.saml2.protocol.impl.AuthnQueryImpl;
211 return new AuthnQueryImpl();
230 return new AuthnQueryImpl(value);
248 return new AuthnQueryImpl(value);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java25 * $Id: AuthnQueryImpl.java,v 1.3 2008/06/25 05:47:59 qcheng Exp $
46 public class AuthnQueryImpl extends SubjectQueryAbstractImpl class in inherits:SubjectQueryAbstractImpl,AuthnQuery
55 public AuthnQueryImpl() { method in class:AuthnQueryImpl
67 public AuthnQueryImpl(Element element) throws SAML2Exception { method in class:AuthnQueryImpl
82 public AuthnQueryImpl(String xmlString) throws SAML2Exception { method in class:AuthnQueryImpl
/forgerock/openam/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/impl/
H A DAuthnQueryImpl.java25 * $Id: AuthnQueryImpl.java,v 1.3 2008/06/25 05:47:59 qcheng Exp $
46 public class AuthnQueryImpl extends SubjectQueryAbstractImpl class in inherits:SubjectQueryAbstractImpl,AuthnQuery
55 public AuthnQueryImpl() { method in class:AuthnQueryImpl
67 public AuthnQueryImpl(Element element) throws SAML2Exception { method in class:AuthnQueryImpl
82 public AuthnQueryImpl(String xmlString) throws SAML2Exception { method in class:AuthnQueryImpl
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/saml2/protocol/
H A DProtocolFactory.java40 import com.sun.identity.saml2.protocol.impl.AuthnQueryImpl;
211 return new AuthnQueryImpl();
230 return new AuthnQueryImpl(value);
248 return new AuthnQueryImpl(value);

Completed in 26 milliseconds