Uses of Class
org.apache.syncope.common.lib.types.CipherAlgorithm
-
-
Uses of CipherAlgorithm in org.apache.syncope.common.keymaster.client.api
Methods in org.apache.syncope.common.keymaster.client.api with parameters of type CipherAlgorithm Modifier and Type Method Description voidDomainOps. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.keymaster.client.api.model
Methods in org.apache.syncope.common.keymaster.client.api.model that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmDomain. getAdminCipherAlgorithm()Methods in org.apache.syncope.common.keymaster.client.api.model with parameters of type CipherAlgorithm Modifier and Type Method Description Domain.BuilderDomain.Builder. adminCipherAlgorithm(CipherAlgorithm adminCipherAlgorithm)voidDomain. setAdminCipherAlgorithm(CipherAlgorithm adminCipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.keymaster.client.self
Methods in org.apache.syncope.common.keymaster.client.self with parameters of type CipherAlgorithm Modifier and Type Method Description voidSelfKeymasterDomainOps. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.keymaster.client.zookeeper
Methods in org.apache.syncope.common.keymaster.client.zookeeper with parameters of type CipherAlgorithm Modifier and Type Method Description voidZookeeperDomainOps. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.keymaster.rest.api.service
Methods in org.apache.syncope.common.keymaster.rest.api.service with parameters of type CipherAlgorithm Modifier and Type Method Description voidDomainService. changeAdminPassword(@NotNull String key, String password, CipherAlgorithm cipherAlgorithm)Change admin's password for the given domain. -
Uses of CipherAlgorithm in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmPlainSchemaTO. getCipherAlgorithm()Methods in org.apache.syncope.common.lib.to with parameters of type CipherAlgorithm Modifier and Type Method Description voidPlainSchemaTO. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return CipherAlgorithm Modifier and Type Method Description static CipherAlgorithmCipherAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static CipherAlgorithm[]CipherAlgorithm. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CipherAlgorithm in org.apache.syncope.core.keymaster.internal
Methods in org.apache.syncope.core.keymaster.internal with parameters of type CipherAlgorithm Modifier and Type Method Description voidSelfKeymasterInternalDomainOps. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.keymaster.rest.cxf.service
Methods in org.apache.syncope.core.keymaster.rest.cxf.service with parameters of type CipherAlgorithm Modifier and Type Method Description voidDomainServiceImpl. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic with parameters of type CipherAlgorithm Modifier and Type Method Description voidDomainLogic. changeAdminPassword(String key, String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmPlainSchema. getCipherAlgorithm()Methods in org.apache.syncope.core.persistence.api.entity with parameters of type CipherAlgorithm Modifier and Type Method Description voidPlainSchema. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.persistence.api.entity.user
Methods in org.apache.syncope.core.persistence.api.entity.user that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmAccount. getCipherAlgorithm()Methods in org.apache.syncope.core.persistence.api.entity.user with parameters of type CipherAlgorithm Modifier and Type Method Description voidAccount. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)voidAccount. setEncodedPassword(String password, CipherAlgorithm cipherAlgoritm) -
Uses of CipherAlgorithm in org.apache.syncope.core.persistence.jpa
Methods in org.apache.syncope.core.persistence.jpa that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmDomainProperties. getAdminCipherAlgorithm()Methods in org.apache.syncope.core.persistence.jpa with parameters of type CipherAlgorithm Modifier and Type Method Description voidDomainProperties. setAdminCipherAlgorithm(CipherAlgorithm adminCipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.persistence.jpa.entity
Methods in org.apache.syncope.core.persistence.jpa.entity that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmJPAPlainSchema. getCipherAlgorithm()Methods in org.apache.syncope.core.persistence.jpa.entity with parameters of type CipherAlgorithm Modifier and Type Method Description voidJPAPlainSchema. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.persistence.jpa.entity.user
Fields in org.apache.syncope.core.persistence.jpa.entity.user declared as CipherAlgorithm Modifier and Type Field Description protected CipherAlgorithmJPAUser. cipherAlgorithmMethods in org.apache.syncope.core.persistence.jpa.entity.user that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmJPALinkedAccount. getCipherAlgorithm()CipherAlgorithmJPAUser. getCipherAlgorithm()Methods in org.apache.syncope.core.persistence.jpa.entity.user with parameters of type CipherAlgorithm Modifier and Type Method Description voidJPALinkedAccount. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)voidJPAUser. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)voidJPALinkedAccount. setEncodedPassword(String password, CipherAlgorithm cipherAlgoritm)voidJPAUser. setEncodedPassword(String password, CipherAlgorithm cipherAlgorithm) -
Uses of CipherAlgorithm in org.apache.syncope.core.provisioning.java.propagation
Methods in org.apache.syncope.core.provisioning.java.propagation that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmDeletingLinkedAccount. getCipherAlgorithm()Methods in org.apache.syncope.core.provisioning.java.propagation with parameters of type CipherAlgorithm Modifier and Type Method Description protected booleanDBPasswordPropagationActions. cipherAlgorithmMatches(String connectorAlgorithm, CipherAlgorithm userAlgorithm)protected booleanLDAPPasswordPropagationActions. cipherAlgorithmMatches(String connectorAlgo, CipherAlgorithm userAlgo)voidDeletingLinkedAccount. setCipherAlgorithm(CipherAlgorithm cipherAlgorithm)voidDeletingLinkedAccount. setEncodedPassword(String password, CipherAlgorithm cipherAlgoritm) -
Uses of CipherAlgorithm in org.apache.syncope.core.provisioning.java.pushpull
Fields in org.apache.syncope.core.provisioning.java.pushpull declared as CipherAlgorithm Modifier and Type Field Description protected CipherAlgorithmDBPasswordPullActions. cipher -
Uses of CipherAlgorithm in org.apache.syncope.core.spring.security
Methods in org.apache.syncope.core.spring.security that return CipherAlgorithm Modifier and Type Method Description CipherAlgorithmSecurityContext. adminPasswordAlgorithm(SecurityProperties props)CipherAlgorithmSecurityProperties. getAdminPasswordAlgorithm()Methods in org.apache.syncope.core.spring.security with parameters of type CipherAlgorithm Modifier and Type Method Description StringEncryptor. decode(String encoded, CipherAlgorithm cipherAlgorithm)StringEncryptor. encode(String value, CipherAlgorithm cipherAlgorithm)voidSecurityProperties. setAdminPasswordAlgorithm(CipherAlgorithm adminPasswordAlgorithm)booleanEncryptor. verify(String value, CipherAlgorithm cipherAlgorithm, String encoded)
-