Uses of Interface
de.xima.fc.user_portal.user.IUserPortalUser
-
Packages that use IUserPortalUser Package Description de.xima.fc.user_portal.api.auth de.xima.fc.user_portal.integration.security.user de.xima.fc.user_portal.session de.xima.fc.user_portal.user -
-
Uses of IUserPortalUser in de.xima.fc.user_portal.api.auth
Methods in de.xima.fc.user_portal.api.auth with parameters of type IUserPortalUser Modifier and Type Method Description static UserPortalRestAuthenticator
UserPortalRestAuthenticator. jwt(IUserPortalUser user)
-
Uses of IUserPortalUser in de.xima.fc.user_portal.integration.security.user
Methods in de.xima.fc.user_portal.integration.security.user that return types with arguments of type IUserPortalUser Modifier and Type Method Description Optional<IUserPortalUser>
UserPortalUserManager. user()
-
Uses of IUserPortalUser in de.xima.fc.user_portal.session
Methods in de.xima.fc.user_portal.session that return types with arguments of type IUserPortalUser Modifier and Type Method Description Optional<IUserPortalUser>
IUserPortalUserManager. user()
Gets the currently authenticated user, if any. -
Uses of IUserPortalUser in de.xima.fc.user_portal.user
Subinterfaces of IUserPortalUser in de.xima.fc.user_portal.user Modifier and Type Interface Description interface
IOAuth20User
Interface for a user profile that is authenticated via OAuth2.
-