Uses of Interface
com.iizix.user.IAuthenticatedUserProvider
Uses of IAuthenticatedUserProvider in com.iizix.server.user
Modifier and TypeClassDescriptionfinal class
Helper class to perform user authentication.Uses of IAuthenticatedUserProvider in com.iizix.user
Modifier and TypeMethodDescriptionstatic IAuthenticatedUserProvider
AuthenticatedUserProvider.getInstance()
Gets the singleton instance for the authenticated user provider.Modifier and TypeMethodDescriptionstatic void
AuthenticatedUserProvider.setInstance
(IAuthenticatedUserProvider provider) Assigns the instance of the authenticated user provider.