Uses of Class
io.vertigo.account.AccountFeatures
-
Packages that use AccountFeatures Package Description io.vertigo.account -
-
Uses of AccountFeatures in io.vertigo.account
Methods in io.vertigo.account that return AccountFeatures Modifier and Type Method Description AccountFeaturesAccountFeatures. withAccount()AccountFeaturesAccountFeatures. withAuthentication()Activates authentication.AccountFeaturesAccountFeatures. withAuthorization()Activates authorization.AccountFeaturesAccountFeatures. withIdentityProvider()AccountFeaturesAccountFeatures. withLdapAuthentication(io.vertigo.core.param.Param... params)Activates ldap authentication.AccountFeaturesAccountFeatures. withLdapIdentityProvider(io.vertigo.core.param.Param... params)AccountFeaturesAccountFeatures. withLoaderAccount(io.vertigo.core.param.Param... params)AccountFeaturesAccountFeatures. withMemoryAccountCache(io.vertigo.core.param.Param... params)AccountFeaturesAccountFeatures. withMockAuthentication(io.vertigo.core.param.Param... params)Activates mock authentication.AccountFeaturesAccountFeatures. withRedisAccountCache(io.vertigo.core.param.Param... params)AccountFeaturesAccountFeatures. withSecurity(io.vertigo.core.param.Param... params)Activates user session.AccountFeaturesAccountFeatures. withStoreAccount(io.vertigo.core.param.Param... params)Activates text authentication.AccountFeaturesAccountFeatures. withStoreAuthentication(io.vertigo.core.param.Param... params)Activates store authentication.AccountFeaturesAccountFeatures. withStoreIdentityProvider(io.vertigo.core.param.Param... params)AccountFeaturesAccountFeatures. withTextAccount(io.vertigo.core.param.Param... params)Activates text authentication.AccountFeaturesAccountFeatures. withTextAuthentication(io.vertigo.core.param.Param... params)Activates text authentication.AccountFeaturesAccountFeatures. withTextIdentityProvider(io.vertigo.core.param.Param... params)
-