Uses of Interface
org.apache.syncope.wa.bootstrap.mapping.AttrReleaseMapper
-
Packages that use AttrReleaseMapper Package Description org.apache.syncope.wa.bootstrap org.apache.syncope.wa.bootstrap.mapping org.apache.syncope.wa.starter.mapping -
-
Uses of AttrReleaseMapper in org.apache.syncope.wa.bootstrap
Fields in org.apache.syncope.wa.bootstrap declared as AttrReleaseMapper Modifier and Type Field Description protected AttrReleaseMapperWAPropertySourceLocator. attrReleaseMapperMethods in org.apache.syncope.wa.bootstrap that return AttrReleaseMapper Modifier and Type Method Description AttrReleaseMapperWABootstrapConfiguration.PropertySourceConfiguration. attrReleaseMapper()Methods in org.apache.syncope.wa.bootstrap with parameters of type AttrReleaseMapper Modifier and Type Method Description org.springframework.cloud.bootstrap.config.PropertySourceLocatorWABootstrapConfiguration.PropertySourceConfiguration. configPropertySourceLocator(org.apereo.cas.util.crypto.CipherExecutor<String,String> waConfigurationCipher, WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper)Constructors in org.apache.syncope.wa.bootstrap with parameters of type AttrReleaseMapper Constructor Description WAPropertySourceLocator(WARestClient waRestClient, AuthModulePropertySourceMapper authModulePropertySourceMapper, AttrRepoPropertySourceMapper attrRepoPropertySourceMapper, AttrReleaseMapper attrReleaseMapper, org.apereo.cas.util.crypto.CipherExecutor<String,String> configurationCipher) -
Uses of AttrReleaseMapper in org.apache.syncope.wa.bootstrap.mapping
Classes in org.apache.syncope.wa.bootstrap.mapping that implement AttrReleaseMapper Modifier and Type Class Description classDefaultAttrReleaseMapper -
Uses of AttrReleaseMapper in org.apache.syncope.wa.starter.mapping
Fields in org.apache.syncope.wa.starter.mapping with type parameters of type AttrReleaseMapper Modifier and Type Field Description protected List<AttrReleaseMapper>RegisteredServiceMapper. attrReleaseMappers
-