Uses of Interface
de.xima.fc.user_portal.user.IUserPortalUser
-
Packages that use IUserPortalUser Package Description de.xima.fc.user_portal.common de.xima.fc.user_portal.integration.security.user de.xima.fc.user_portal.session -
-
Uses of IUserPortalUser in de.xima.fc.user_portal.common
Methods in de.xima.fc.user_portal.common with parameters of type IUserPortalUser Modifier and Type Method Description static boolean
UserPortalUtils. determineIfUserHasFormRecords(IUserPortalInvocationContext upc, IUserPortalUser user, UUID portalUuid)
-
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.
-