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 Type Method Description List<String>
getBackchannelCert()
Get the (mutli-line)string representation of the back channel cert.String
getDnsName()
Returns the dnsName (for use in endpoints).List<String>
getEncryptionCert()
Get the (mutli-line) string representations of the encryption certs.String
getEntityID()
Returns the entityID.String
getScope()
Returns the scope used.List<String>
getSigningCert()
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.
-