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 TypeMethodDescriptionvoidAuthIdentity.setAuthInfo(AuthInfo info) Set the identity owner.voidAuthToken.setAuthInfo(AuthInfo info) Set the token owner.