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