Uses of Class
eu.webtoolkit.jwt.auth.jpa.AuthInfo
Packages that use AuthInfo
-
Uses of AuthInfo in eu.webtoolkit.jwt.auth.jpa
Methods in eu.webtoolkit.jwt.auth.jpa that return AuthInfoModifier and TypeMethodDescriptionAuthIdentity.getAuthInfo()
Returns the identity owner.AuthToken.getAuthInfo()
Returns the token owner.Methods in eu.webtoolkit.jwt.auth.jpa with parameters of type AuthInfoModifier and TypeMethodDescriptionvoid
AuthIdentity.setAuthInfo
(AuthInfo info) Set the identity owner.void
AuthToken.setAuthInfo
(AuthInfo info) Set the token owner.