Package | Description |
---|---|
com.sun.identity.saml2.profile |
Package that handles SAML v2 profiles.
|
com.sun.identity.saml2.protocol |
SAMLv2 Protocol Classes.
|
com.sun.identity.saml2.protocol.impl |
SAMLv2 Protocol Implemenetation Classes.
|
Modifier and Type | Method and Description |
---|---|
static Response |
AuthnQueryUtil.processAuthnQuery(AuthnQuery authnQuery,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
String authnAuthorityEntityID,
String realm)
This method processes the
AuthnQuery coming
from a requester. |
static Response |
AuthnQueryUtil.sendAuthnQuery(AuthnQuery authnQuery,
String authnAuthorityEntityID,
String realm,
String binding)
This method sends the
AuthnQuery to specifiied
authentication authority and returns Response coming
from the authentication authority. |
Modifier and Type | Method and Description |
---|---|
AuthnQuery |
ProtocolFactory.createAuthnQuery()
Returns the
AuthnQuery Object. |
AuthnQuery |
ProtocolFactory.createAuthnQuery(Element value)
Returns the
AuthnQuery Object. |
AuthnQuery |
ProtocolFactory.createAuthnQuery(String value)
Returns the
AuthnQuery Object. |
Modifier and Type | Class and Description |
---|---|
class |
AuthnQueryImpl |
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.