Class SelfKeymasterInternalDomainOps
- java.lang.Object
-
- org.apache.syncope.core.keymaster.internal.SelfKeymasterInternalDomainOps
-
-
Field Summary
Fields Modifier and Type Field Description protected DomainLogiclogicprotected KeymasterPropertiesprops
-
Constructor Summary
Constructors Constructor Description SelfKeymasterInternalDomainOps(DomainLogic logic, KeymasterProperties props)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidadjustPoolSize(String key, int maxPoolSize, int minIdle)voidchangeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm)voidcreate(Domain domain)voiddelete(String key)List<Domain>list()Domainread(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:
changeAdminPasswordin interfaceDomainOps
-
adjustPoolSize
public void adjustPoolSize(String key, int maxPoolSize, int minIdle)
- Specified by:
adjustPoolSizein interfaceDomainOps
-
-