Uses of Interface
org.opensaml.saml.saml2.metadata.SSODescriptor
Packages that use SSODescriptor
Package
Description
Functions and predicates supporting common SAML profile behavior.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of SSODescriptor in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type SSODescriptorModifier and TypeFieldDescriptionprivate Function<ProfileRequestContext,SSODescriptor> MetadataNameIdentifierFormatStrategy.ssoDescriptorLookupStrategyStrategy function to lookup theSSODescriptorto read from.Methods in org.opensaml.saml.common.profile.logic that return SSODescriptorModifier and TypeMethodDescriptionMetadataNameIdentifierFormatStrategy.MetadataLookupStrategy.apply(ProfileRequestContext input) Method parameters in org.opensaml.saml.common.profile.logic with type arguments of type SSODescriptorModifier and TypeMethodDescriptionvoidMetadataNameIdentifierFormatStrategy.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.metadataModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata IDPSSODescriptorType.interfaceSAML 2.0 Metadata SPSSODescriptorType. -
Uses of SSODescriptor in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement SSODescriptorModifier and TypeClassDescriptionclassConcrete implementation ofIDPSSODescriptor.classConcrete implementation ofSPSSODescriptor.classConcrete implementation ofSSODescriptor.