Uses of Class
eu.webtoolkit.jwt.auth.Identity
Packages that use Identity
-
Uses of Identity in eu.webtoolkit.jwt.auth
Fields in eu.webtoolkit.jwt.auth declared as IdentityModifier and TypeFieldDescriptionstatic final IdentityIdentity.InvalidAn invalid identity constant.Methods in eu.webtoolkit.jwt.auth that return types with arguments of type IdentityMethods in eu.webtoolkit.jwt.auth with parameters of type IdentityModifier and TypeMethodDescriptionAuthWidget.createRegistrationView(Identity id) Creates a registration view.AuthService.identifyUser(Identity identity, AbstractUserDatabase users) Tries to match the identity to an existing user.booleanRegistrationModel.registerIdentified(Identity identity) Register a user authenticated by an identity provider.voidAuthWidget.registerNewUser(Identity oauth) Starts a new registration process.