Package | Description |
---|---|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
Modifier and Type | Class and Description |
---|---|
class |
AuthnRequestImpl
A concrete implementation of
AuthnRequest . |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSAML2NameIDGenerator.setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
Set the strategy used to locate the
AuthnRequest to check for a
NameIDPolicy . |
Modifier and Type | Method and Description |
---|---|
void |
AddNameIDToSubjects.setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
Set the strategy used to locate the
AuthnRequest to examine, if any. |
void |
AddNameIDToSubjects.NameIDPolicyLookupFunction.setRequestLookupStrategy(com.google.common.base.Function<ProfileRequestContext,AuthnRequest> strategy)
Set the strategy used to locate the
AuthnRequest to examine. |
Copyright © 2017. All rights reserved.