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 Identity
Identity.Invalid
An 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.boolean
RegistrationModel.registerIdentified
(Identity identity) Register a user authenticated by an identity provider.void
AuthWidget.registerNewUser
(Identity oauth) Starts a new registration process.