Uses of Interface
org.pac4j.saml.metadata.SAML2MetadataGenerator
-
Packages that use SAML2MetadataGenerator Package Description org.pac4j.saml.config org.pac4j.saml.metadata -
-
Uses of SAML2MetadataGenerator in org.pac4j.saml.config
Methods in org.pac4j.saml.config that return SAML2MetadataGenerator Modifier and Type Method Description SAML2MetadataGeneratorSAML2Configuration. getMetadataGenerator()SAML2MetadataGeneratorSAML2Configuration. toMetadataGenerator()Methods in org.pac4j.saml.config with parameters of type SAML2MetadataGenerator Modifier and Type Method Description voidSAML2Configuration. setMetadataGenerator(SAML2MetadataGenerator metadataGenerator) -
Uses of SAML2MetadataGenerator in org.pac4j.saml.metadata
Classes in org.pac4j.saml.metadata that implement SAML2MetadataGenerator Modifier and Type Class Description classBaseSAML2MetadataGeneratorGenerates metadata object with standard values and overridden user defined values.classSAML2FileSystemMetadataGeneratorGenerates metadata object with standard values and overridden user defined values.classSAML2HttpUrlMetadataGeneratorGenerates metadata object with standard values and overridden user defined values.
-