Uses of Interface
net.shibboleth.idp.authn.config.AuthenticationProfileConfiguration
-
Packages that use AuthenticationProfileConfiguration Package Description net.shibboleth.idp.admin Classes supporting administrative interface machinery.net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.cas.config CAS protocol configuration implementations.net.shibboleth.idp.saml.idwsf.profile.config Profile configurations for Liberty ID-WSF profiles.net.shibboleth.idp.saml.saml1.profile.config Profile configurations for SAML 1 profiles.net.shibboleth.idp.saml.saml2.profile.config Profile configurations for SAML 2 profiles. -
-
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.admin
Subinterfaces of AuthenticationProfileConfiguration in net.shibboleth.idp.admin Modifier and Type Interface Description interfaceAdministrativeFlowDescriptorA descriptor for an administrative flow.Classes in net.shibboleth.idp.admin that implement AuthenticationProfileConfiguration Modifier and Type Class Description classBasicAdministrativeFlowDescriptorA descriptor for an administrative flow.classOneTimeAdministrativeFlowDescriptorDescriptor for an administrative flow that tracks whether it's been run or not to limit use. -
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.authn.impl
Fields in net.shibboleth.idp.authn.impl declared as AuthenticationProfileConfiguration Modifier and Type Field Description private AuthenticationProfileConfigurationInitializeRequestedPrincipalContext. authenticationProfileConfigProfile configuration source for requested principals. -
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.cas.config
Classes in net.shibboleth.idp.cas.config that implement AuthenticationProfileConfiguration Modifier and Type Class Description classLoginConfigurationCAS protocol configuration that applies to the/loginURI. -
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.saml.idwsf.profile.config
Classes in net.shibboleth.idp.saml.idwsf.profile.config that implement AuthenticationProfileConfiguration Modifier and Type Class Description classSSOSProfileConfigurationConfiguration support for the Liberty ID-WSF SSOS profile. -
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.saml.saml1.profile.config
Classes in net.shibboleth.idp.saml.saml1.profile.config that implement AuthenticationProfileConfiguration Modifier and Type Class Description classBrowserSSOProfileConfigurationConfiguration for SAML 1 Browser SSO profile requests. -
Uses of AuthenticationProfileConfiguration in net.shibboleth.idp.saml.saml2.profile.config
Classes in net.shibboleth.idp.saml.saml2.profile.config that implement AuthenticationProfileConfiguration Modifier and Type Class Description classBrowserSSOProfileConfigurationConfiguration support for SAML 2 Browser SSO.classECPProfileConfigurationConfiguration support for SAML 2 ECP.
-