Uses of Interface
com.iizix.user.IAuthenticatedUserProvider
Packages that use IAuthenticatedUserProvider
Uses of IAuthenticatedUserProvider in com.iizix.server.user
Classes in com.iizix.server.user that implement IAuthenticatedUserProviderModifier and TypeClassDescriptionfinal class
Helper class to perform user authentication.Uses of IAuthenticatedUserProvider in com.iizix.user
Methods in com.iizix.user that return IAuthenticatedUserProviderModifier and TypeMethodDescriptionstatic IAuthenticatedUserProvider
AuthenticatedUserProvider.getInstance()
Gets the singleton instance for the authenticated user provider.Methods in com.iizix.user with parameters of type IAuthenticatedUserProviderModifier and TypeMethodDescriptionstatic void
AuthenticatedUserProvider.setInstance
(IAuthenticatedUserProvider provider) Assigns the instance of the authenticated user provider.