Uses of Interface
com.iizix.user.IAuthenticatedUserProvider
Packages that use IAuthenticatedUserProvider Package Description com.iizix.server.user com.iizix.user Uses of IAuthenticatedUserProvider in com.iizix.server.user
Classes in com.iizix.server.user that implement IAuthenticatedUserProvider Modifier and Type Class Description class
UserAuthentication
Helper class to perform user authentication.Uses of IAuthenticatedUserProvider in com.iizix.user
Methods in com.iizix.user that return IAuthenticatedUserProvider Modifier and Type Method Description static IAuthenticatedUserProvider
AuthenticatedUserProvider. getInstance()
Gets the singleton instance for the authenticated user provider.Methods in com.iizix.user with parameters of type IAuthenticatedUserProvider Modifier and Type Method Description static void
AuthenticatedUserProvider. setInstance(IAuthenticatedUserProvider provider)
Assigns the instance of the authenticated user provider.