Uses of Interface
org.opensaml.saml.saml2.metadata.SSODescriptor
-
Packages that use SSODescriptor Package Description org.opensaml.saml.common.profile.logic Functions and predicates supporting common SAML profile behavior.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of SSODescriptor in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type SSODescriptor Modifier and Type Field Description private Function<ProfileRequestContext,SSODescriptor>MetadataNameIdentifierFormatStrategy. ssoDescriptorLookupStrategyStrategy function to lookup theSSODescriptorto read from.Methods in org.opensaml.saml.common.profile.logic that return SSODescriptor Modifier and Type Method Description SSODescriptorMetadataNameIdentifierFormatStrategy.MetadataLookupStrategy. apply(ProfileRequestContext input)Method parameters in org.opensaml.saml.common.profile.logic with type arguments of type SSODescriptor Modifier and Type Method Description voidMetadataNameIdentifierFormatStrategy. setSSODescriptorLookupStrategy(Function<ProfileRequestContext,SSODescriptor> strategy)Set the lookup strategy to use to obtain anSSODescriptor. -
Uses of SSODescriptor in org.opensaml.saml.saml2.metadata
Subinterfaces of SSODescriptor in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceIDPSSODescriptorSAML 2.0 Metadata IDPSSODescriptorType.interfaceSPSSODescriptorSAML 2.0 Metadata SPSSODescriptorType.
-