Uses of Class
de.fraunhofer.iosb.ilt.frostserver.util.user.PrincipalExtended
Packages that use PrincipalExtended
-
Uses of PrincipalExtended in de.fraunhofer.iosb.ilt.frostserver.util.user
Fields in de.fraunhofer.iosb.ilt.frostserver.util.user declared as PrincipalExtendedModifier and TypeFieldDescriptionstatic final PrincipalExtendedPrincipalExtended.ANONYMOUS_PRINCIPALstatic final PrincipalExtendedPrincipalExtended.INTERNAL_ADMIN_PRINCIPALMethods in de.fraunhofer.iosb.ilt.frostserver.util.user that return PrincipalExtendedModifier and TypeMethodDescriptionPrincipalExtended.addContextItem(String key, Object value) Add an item to the context, or replace an existing item if an item with the given key already exists.static final PrincipalExtendedPrincipalExtended.fromPrincipal(Principal principal) Turns the given principal into a PrincipalExtended.static PrincipalExtendedPrincipalExtended.getLocalPrincipal()UserClientInfo.getUserPrincipal()PrincipalExtended.setContext(Map<String, Object> context) Replace the current context with the given value.Methods in de.fraunhofer.iosb.ilt.frostserver.util.user with parameters of type PrincipalExtendedModifier and TypeMethodDescriptionstatic voidPrincipalExtended.setLocalPrincipal(PrincipalExtended localPrincipal) UserClientInfo.setUserPrincipal(PrincipalExtended userPrincipal)