Uses of Class
org.apache.syncope.common.lib.types.PersistentIdGenerator
-
Packages that use PersistentIdGenerator Package Description org.apache.syncope.common.lib.clientapps org.apache.syncope.common.lib.types org.apache.syncope.wa.starter.mapping -
-
Uses of PersistentIdGenerator in org.apache.syncope.common.lib.clientapps
Methods in org.apache.syncope.common.lib.clientapps that return PersistentIdGenerator Modifier and Type Method Description PersistentIdGeneratorAnonymousUsernameAttributeProviderConf. getPersistentIdGenerator()PersistentIdGeneratorPairwiseOidcUsernameAttributeProviderConf. getPersistentIdGenerator()Methods in org.apache.syncope.common.lib.clientapps with parameters of type PersistentIdGenerator Modifier and Type Method Description voidAnonymousUsernameAttributeProviderConf. setPersistentIdGenerator(PersistentIdGenerator persistentIdGenerator)voidPairwiseOidcUsernameAttributeProviderConf. setPersistentIdGenerator(PersistentIdGenerator persistentIdGenerator) -
Uses of PersistentIdGenerator in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return PersistentIdGenerator Modifier and Type Method Description static PersistentIdGeneratorPersistentIdGenerator. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistentIdGenerator[]PersistentIdGenerator. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PersistentIdGenerator in org.apache.syncope.wa.starter.mapping
Methods in org.apache.syncope.wa.starter.mapping with parameters of type PersistentIdGenerator Modifier and Type Method Description protected static Optional<org.apereo.cas.authentication.principal.PersistentIdGenerator>DefaultUsernameAttributeProviderConfMapper. toPersistentIdGenerator(PersistentIdGenerator persistentIdGenerator)
-