Package net.shibboleth.idp.profile.spring.factory
IdP factory bean implementations.
-
Class Summary Class Description AbstractBasicCredentialFactoryBean A factory bean to collect information to do with aBasicCredential
.AbstractCredentialFactoryBean<T extends Credential> A factory bean to accumulate the information pertaining to anAbstractCredential
.AbstractX509CredentialFactoryBean A factory bean to collect information to do with an X509 backedBasicX509Credential
.BasicInlineCredentialFactoryBean Factory bean for BasicInline Credentials.BasicResourceCredentialFactoryBean Spring bean factory for producing aBasicCredential
fromResource
s.BasicX509CredentialFactoryBean Spring bean factory for producing aBasicX509Credential
fromResource
s.FlowDefinitionRegistryFactoryBean A bean factory for creatingFlowDefinitionRegistry
instances, based on the programmatic builder built into SWF.FlowDefinitionRegistryFactoryBean.DefaultFlowRegistry Copied from SWF, a basic registry implementation.FlowDefinitionResourceFactory Derivation of SWF-supplied resource factory for flow definitions.FlowModelFlowBuilder This code is extended fromFlowModelFlowBuilder
in order to customize the SpringApplicationContext
used for flow configuration.FlowRelativeResourceLoader This code is extended from org.springframework.webflow.engine.builder.model.FlowRelativeResourceLoader with modifications to support proper lookup of resources via both filesystem and classpath along with custom protocol-specific loaders.LocalFlowBuilderContext This code is copied verbatim from org.springframework.webflow.engine.builder.model.LocalFlowBuilderContext A builder context that delegates to a flow-local bean factory for builder services.StaticExplicitKeyFactoryBean Factory bean for simple use cases involving theExplicitKeyTrustEngine
and static credentials.StaticPKIXFactoryBean File system specific bean for PKIXX509CredentialTrustEngine.SubflowExpression This code is copied verbatim from org.springframework.webflow.engine.builder.model.SubflowExpressionX509InlineCredentialFactoryBean A factory bean to understand X509Inline credentials. -
Enum Summary Enum Description AbstractBasicCredentialFactoryBean.SecretKeyEncoding Form of encoding for SecretKey info.