Uses of Interface
io.vertigo.account.security.VSecurityManager
-
Packages that use VSecurityManager Package Description io.vertigo.account.impl.authentication io.vertigo.account.impl.authorization io.vertigo.account.impl.security -
-
Uses of VSecurityManager in io.vertigo.account.impl.authentication
Constructors in io.vertigo.account.impl.authentication with parameters of type VSecurityManager Constructor Description AuthenticationManagerImpl(AccountManager accountManager, VSecurityManager securityManager, List<AuthenticationPlugin> authenticationPlugins)
Constructor. -
Uses of VSecurityManager in io.vertigo.account.impl.authorization
Constructors in io.vertigo.account.impl.authorization with parameters of type VSecurityManager Constructor Description AuthorizationManagerImpl(VSecurityManager securityManager)
Constructor. -
Uses of VSecurityManager in io.vertigo.account.impl.security
Classes in io.vertigo.account.impl.security that implement VSecurityManager Modifier and Type Class Description class
VSecurityManagerImpl
Implementation standard de la gestion centralisee de la UserSession.
-