|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.config.relyingparty |
---|
Fields in edu.internet2.middleware.shibboleth.common.config.relyingparty with type parameters of type ProfileConfiguration | |
---|---|
private List<ProfileConfiguration> |
RelyingPartyFactoryBean.profileConfigurations
Registered profile configurations. |
Methods in edu.internet2.middleware.shibboleth.common.config.relyingparty that return types with arguments of type ProfileConfiguration | |
---|---|
List<ProfileConfiguration> |
RelyingPartyFactoryBean.getProfileConfigurations()
Gets the registered profile configurations. |
Method parameters in edu.internet2.middleware.shibboleth.common.config.relyingparty with type arguments of type ProfileConfiguration | |
---|---|
void |
RelyingPartyFactoryBean.setProfileConfigurations(List<ProfileConfiguration> configurations)
Sets the registered profile configurations. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.profile |
---|
Classes in edu.internet2.middleware.shibboleth.common.profile with type parameters of type ProfileConfiguration | |
---|---|
interface |
ProfileRequestContext<ProfileConfigurationType extends ProfileConfiguration>
Extension to the basic message conext that carries profile request specific information. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.profile.provider |
---|
Classes in edu.internet2.middleware.shibboleth.common.profile.provider with type parameters of type ProfileConfiguration | |
---|---|
class |
BaseSAMLProfileRequestContext<InboundMessage extends SAMLObject,OutboundMessage extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Contextual object used to accumlate information as profile requests are being processed. |
interface |
SAMLProfileRequestContext<InboundMessageType extends SAMLObject,OutboundMessageType extends SAMLObject,NameIdentifierType extends SAMLObject,ProfileConfigurationType extends ProfileConfiguration>
Marker interface that combines profile and attribute request and SAML message contexts. |
Fields in edu.internet2.middleware.shibboleth.common.profile.provider declared as ProfileConfiguration | |
---|---|
private ProfileConfigurationType |
BaseSAMLProfileRequestContext.profileConfiguration
Configuration for the profile. |
Methods in edu.internet2.middleware.shibboleth.common.profile.provider that return ProfileConfiguration | |
---|---|
ProfileConfiguration |
AbstractShibbolethProfileHandler.getProfileConfiguration(String relyingPartyId,
String profileId)
Gets the profile configuration for the given entity and profile Id. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.relyingparty |
---|
Fields in edu.internet2.middleware.shibboleth.common.relyingparty with type parameters of type ProfileConfiguration | |
---|---|
private HashMap<String,ProfileConfiguration> |
RelyingPartyConfiguration.profiles
Various profile configurations. |
Methods in edu.internet2.middleware.shibboleth.common.relyingparty that return ProfileConfiguration | |
---|---|
ProfileConfiguration |
RelyingPartyConfiguration.getProfileConfiguration(String profileId)
Convenience method for retrieving a given profile configuration from the Map returned by
RelyingPartyConfiguration.getProfileConfigurations() . |
Methods in edu.internet2.middleware.shibboleth.common.relyingparty that return types with arguments of type ProfileConfiguration | |
---|---|
Map<String,ProfileConfiguration> |
RelyingPartyConfiguration.getProfileConfigurations()
Gets whether assertions should be encrypted. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.relyingparty.provider |
---|
Classes in edu.internet2.middleware.shibboleth.common.relyingparty.provider that implement ProfileConfiguration | |
---|---|
class |
AbstractSAMLProfileConfiguration
Profile settings common to SAML 1 and SAML 2. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1 |
---|
Classes in edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1 that implement ProfileConfiguration | |
---|---|
class |
AbstractSAML1ProfileConfiguration
SAML 1 communication profile configuration settings. |
class |
ArtifactResolutionConfiguration
SAML 1 Artifact Query configuration settings. |
class |
AttributeQueryConfiguration
SAML 1 Attribute Query configuration settings. |
class |
ShibbolethSSOConfiguration
Shibboleth 1 SSO configuration settings. |
Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2 |
---|
Classes in edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2 that implement ProfileConfiguration | |
---|---|
class |
AbstractSAML2ProfileConfiguration
SAML 2 communication profile 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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |