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 classHelper class to perform user authentication.Uses of IAuthenticatedUserProvider in com.iizix.user
Methods in com.iizix.user that return IAuthenticatedUserProviderModifier and TypeMethodDescriptionstatic IAuthenticatedUserProviderAuthenticatedUserProvider.getInstance()Gets the singleton instance for the authenticated user provider.Methods in com.iizix.user with parameters of type IAuthenticatedUserProviderModifier and TypeMethodDescriptionstatic voidAuthenticatedUserProvider.setInstance(IAuthenticatedUserProvider provider) Assigns the instance of the authenticated user provider.