Package net.shibboleth.idp.installer
Interface MetadataGeneratorParameters
- All Known Implementing Classes:
MetadataGeneratorParametersImpl
public interface MetadataGeneratorParameters
Interface which describes metadata that needs to be generated.
-
Method Summary
Modifier and TypeMethodDescriptionGet the (mutli-line)string representation of the back channel cert.Returns the dnsName (for use in endpoints).Get the (mutli-line) string representations of the encryption certs.Returns the entityID.getScope()
Returns the scope used.Get the (mutli-line) string representation of the signing cert.
-
Method Details
-
getEncryptionCert
Get the (mutli-line) string representations of the encryption certs.- Returns:
- Returns the encryption cert or null if none available.
-
getSigningCert
Get the (mutli-line) string representation of the signing cert.- Returns:
- Returns the signing cert or null if none available.
-
getBackchannelCert
Get the (mutli-line)string representation of the back channel cert.- Returns:
- Returns the back channel cert or null if non available.
-
getEntityID
Returns the entityID.- Returns:
- the entityID.
-
getDnsName
Returns the dnsName (for use in endpoints).- Returns:
- the dnsname.
-
getScope
String getScope()Returns the scope used.- Returns:
- the scope.
-