Class SelfKeymasterInternalDomainOps
- java.lang.Object
-
- org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalDomainOps
-
-
Field Summary
Fields Modifier and Type Field Description protected DomainLogic
logic
protected KeymasterProperties
props
-
Constructor Summary
Constructors Constructor Description SelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
adjustPoolSize(String key, int maxPoolSize, int minIdle)
void
changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm)
void
create(Domain domain)
void
delete(String key)
List<Domain>
list()
Domain
read(String key)
-
-
-
Field Detail
-
logic
protected final DomainLogic logic
-
props
protected final KeymasterProperties props
-
-
Constructor Detail
-
SelfKeymasterInternalDomainOps
public SelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props)
-
-
Method Detail
-
changeAdminPassword
public void changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm)
- Specified by:
changeAdminPassword
in interfaceDomainOps
-
adjustPoolSize
public void adjustPoolSize(String key, int maxPoolSize, int minIdle)
- Specified by:
adjustPoolSize
in interfaceDomainOps
-
-