Class KeyStoreScope
java.lang.Object
de.xima.fc.certificate.mgmt.keystore.KeyStoreScope
- All Implemented Interfaces:
Serializable
Model class representing the scope of a keystore.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyStoreScope.Builderbuilder()booleanThe ID of the assignee.The type of the assignee.inthashCode()static KeyStoreScopeofSystem()static KeyStoreScopestatic KeyStoreScopetoString()
-
Method Details
-
ofTenant
-
ofSystem
-
ofUser
-
builder
-
toBuilder
-
getAssigneeType
-
getAssigneeId
The ID of the assignee. This is the ID of the user, tenant, or system that the keystore is assigned to. This is only valid ifgetAssigneeType()returns a type that requires an ID. If the type does not require an ID, this field may benull.- See Also:
-
equals
-
hashCode
-
toString
-