Class Domain
java.lang.Object
org.apache.syncope.common.keymaster.client.api.model.Domain
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
JPADomain
,Neo4jDomain
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionprotected static class
Domain.Builder<D extends Domain,
B extends Domain.Builder<D, B>> -
Field Summary
Modifier and TypeFieldDescriptionprotected CipherAlgorithm
protected String
protected String
protected boolean
protected String
protected String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected abstract String
boolean
getKey()
int
hashCode()
boolean
protected static String
void
setAdminCipherAlgorithm
(CipherAlgorithm adminCipherAlgorithm) void
setAdminPassword
(String adminPassword) void
setDeployed
(boolean deployed) void
setDiscriminator
(String discriminator) toString()
-
Field Details
-
key
-
adminPassword
-
adminCipherAlgorithm
-
-
keymasterConfParams
-
deployed
protected boolean deployed
-
-
Constructor Details
-
Domain
public Domain()
-
-
Method Details
-
read
-
getDiscriminator
-
setDiscriminator
-
getKey
-
getAdminPassword
-
setAdminPassword
-
getAdminCipherAlgorithm
-
setAdminCipherAlgorithm
-
defaultContentFile
-
getContent
-
getKeymasterConfParams
-
isDeployed
public boolean isDeployed() -
setDeployed
public void setDeployed(boolean deployed) -
hashCode
public int hashCode() -
equals
-
toString
-