Modifier and Type | Method and Description |
---|---|
List<ProfileConfiguration> |
RelyingPartyFactoryBean.getProfileConfigurations()
Gets the registered profile configurations.
|
Modifier and Type | Method and Description |
---|---|
void |
RelyingPartyFactoryBean.setProfileConfigurations(List<ProfileConfiguration> configurations)
Sets the registered profile configurations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ProfileRequestContext<ProfileConfigurationType extends ProfileConfiguration>
Extension to the basic message conext that carries profile request specific information.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseSAMLProfileRequestContext<InboundMessage extends org.opensaml.common.SAMLObject,OutboundMessage extends org.opensaml.common.SAMLObject,NameIdentifierType extends org.opensaml.common.SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed.
|
interface |
SAMLProfileRequestContext<InboundMessageType extends org.opensaml.common.SAMLObject,OutboundMessageType extends org.opensaml.common.SAMLObject,NameIdentifierType extends org.opensaml.common.SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Marker interface that combines profile and attribute request and SAML message contexts.
|
Modifier and Type | Method and Description |
---|---|
ProfileConfiguration |
AbstractShibbolethProfileHandler.getProfileConfiguration(String relyingPartyId,
String profileId)
Gets the profile configuration for the given entity and profile Id.
|
Modifier and Type | Method and Description |
---|---|
ProfileConfiguration |
RelyingPartyConfiguration.getProfileConfiguration(String profileId)
Convenience method for retrieving a given profile configuration from the
Map returned by
RelyingPartyConfiguration.getProfileConfigurations() . |
Modifier and Type | Method and Description |
---|---|
Map<String,ProfileConfiguration> |
RelyingPartyConfiguration.getProfileConfigurations()
Gets whether assertions should be encrypted.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAMLProfileConfiguration
Profile settings common to SAML 1 and SAML 2.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML1ProfileConfiguration
SAML 1 communication profile configuration settings.
|
class |
ShibbolethSSOConfiguration
Shibboleth 1 SSO configuration settings.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSAML2ProfileConfiguration
SAML 2 communication profile configuration settings.
|
class |
ArtifactResolutionConfiguration
SAML 2 Artifact Resolution configuration settings.
|
class |
AttributeQueryConfiguration
SAML 2 Attribute Query configuration settings.
|
class |
ECPConfiguration
ECP SAML 2 SSO configuration settings.
|
class |
LogoutRequestConfiguration
SAML 2 Logout Request configuration settings.
|
class |
SSOConfiguration
SAML 2 SSO configuration settings.
|
Copyright © 1999–2014. All rights reserved.