Package org.pac4j.saml.metadata
Interface SAML2MetadataGenerator
- All Known Implementing Classes:
BaseSAML2MetadataGenerator,SAML2FileSystemMetadataGenerator,SAML2HttpUrlMetadataGenerator,SAML2JdbcMetadataGenerator,SAML2MongoMetadataGenerator
public interface SAML2MetadataGenerator
Builds metadata and the relevant resolvers.
- Author:
- Misagh Moayyed
-
Method Summary
Modifier and TypeMethodDescriptionorg.opensaml.saml.saml2.metadata.EntityDescriptororg.opensaml.saml.metadata.resolver.MetadataResolvergetMetadata(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor) booleanstoreMetadata(String metadata, boolean force)
-
Method Details
-
buildMetadataResolver
- Throws:
Exception
-
getMetadata
String getMetadata(org.opensaml.saml.saml2.metadata.EntityDescriptor entityDescriptor) throws Exception - Throws:
Exception
-
buildEntityDescriptor
org.opensaml.saml.saml2.metadata.EntityDescriptor buildEntityDescriptor() -
storeMetadata
- Throws:
Exception
-