Uses of Interface
edu.internet2.middleware.shibboleth.common.relyingparty.ProfileConfiguration

Packages that use ProfileConfiguration
edu.internet2.middleware.shibboleth.common.config.relyingparty   
edu.internet2.middleware.shibboleth.common.profile   
edu.internet2.middleware.shibboleth.common.profile.provider   
edu.internet2.middleware.shibboleth.common.relyingparty   
edu.internet2.middleware.shibboleth.common.relyingparty.provider   
edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml1   
edu.internet2.middleware.shibboleth.common.relyingparty.provider.saml2   
 

Uses of ProfileConfiguration in edu.internet2.middleware.shibboleth.common.config.relyingparty
 

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.
 

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
 

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.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.