パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.authn | |
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
org.opensaml.saml2.binding |
Class for working with SAML 2 bindings.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnRequest |
Saml2LoginContext.getAuthenticiationRequestXmlObject()
Gets the authentication request object.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected List<String> |
Saml2LoginContext.extractRequestedAuthenticationMethods(AuthnRequest request)
Extracts the authentication methods requested within the request.
|
protected String |
Saml2LoginContext.serializeRequest(AuthnRequest request)
Serializes an authentication request into a string.
|
コンストラクタと説明 |
---|
Saml2LoginContext(String relyingParty,
String state,
AuthnRequest request)
Creates a new instance of Saml2LoginContext.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected AuthnRequest |
SSOProfileHandler.deserializeRequest(String request)
Deserializes an authentication request from a string.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSIndex(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service index given in the AuthnRequest.
|
protected Endpoint |
AuthnResponseEndpointSelector.selectEndpointByACSURL(AuthnRequest request,
List<IndexedEndpoint> endpoints)
Selects the endpoint by way of the assertion consumer service URL given in the AuthnRequest.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
AuthnRequestImpl
A concrete implementation of
AuthnRequest . |
修飾子とタイプ | メソッドと説明 |
---|---|
AuthnRequest |
AuthnRequestBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
AuthnRequest |
AuthnRequestBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
AuthnRequestSchemaValidator.validate(AuthnRequest request)
Checks to see if a XMLObject is valid.
|
Copyright © 2012. All Rights Reserved.