Class TlsScope
java.lang.Object
de.xima.fc.certificate.provider.tls.TlsScope
- All Implemented Interfaces:
Serializable
The TLS scope.
- Since:
- 8.5.0
- Author:
- XIMA Media GmbH
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic enumThe type of TLS scope. -
Method Summary
Modifier and TypeMethodDescriptionstatic TlsScope.Builderbuilder()booleanThe subject of the TLS scope.getType()The type of TLS scope.inthashCode()static TlsScopeCreates a TLS scope for a specific keystore.static TlsScopesystem()Creates a TLS scope for the whole system.static TlsScopeCreates a TLS scope for a specific tenant.toString()
-
Method Details
-
tenant
-
keystore
-
system
Creates a TLS scope for the whole system.- Returns:
- A TLS scope for the whole system.
-
builder
-
getType
The type of TLS scope. -
getSubject
-
equals
-
hashCode
-
toString
-