Uses of Interface
org.bremersee.spring.security.core.Group
Packages that use Group
Package
Description
-
Uses of Group in org.bremersee.spring.security.core
Subinterfaces of Group in org.bremersee.spring.security.coreMethods in org.bremersee.spring.security.core that return types with arguments of type GroupModifier and TypeMethodDescriptiondefault @NonNull Collection<Group> NormalizedAuthentication.getGroups()Gets groups.@NonNull Collection<Group> NormalizedUsernamePasswordAuthenticationToken.getGroups() -
Uses of Group in org.bremersee.spring.security.core.mapping.group
Methods in org.bremersee.spring.security.core.mapping.group that return GroupModifier and TypeMethodDescriptionprotected @NonNull GroupNormalizedGroupsMapper.createTarget(@NonNull String mappedValue) Methods in org.bremersee.spring.security.core.mapping.group that return types with arguments of type GroupModifier and TypeMethodDescription@NonNull Collection<Group> GroupsMapper.mapGroups(@NonNull Collection<? extends Group> groups) Map groups.@NonNull Collection<Group> NormalizedGroupsMapper.mapGroups(@NonNull Collection<? extends Group> groups) Methods in org.bremersee.spring.security.core.mapping.group with parameters of type GroupModifier and TypeMethodDescriptionprotected @NonNull StringNormalizedGroupsMapper.getStringValue(@NonNull Group value) Method parameters in org.bremersee.spring.security.core.mapping.group with type arguments of type GroupModifier and TypeMethodDescription@NonNull Collection<Group> GroupsMapper.mapGroups(@NonNull Collection<? extends Group> groups) Map groups.@NonNull Collection<Group> NormalizedGroupsMapper.mapGroups(@NonNull Collection<? extends Group> groups) -
Uses of Group in org.bremersee.spring.security.oauth2.server.resource.authentication
Methods in org.bremersee.spring.security.oauth2.server.resource.authentication that return types with arguments of type GroupModifier and TypeMethodDescriptionprotected Collection<Group> JsonPathJwtConverter.getGroups(JsonPathJwtParser parser) Gets groups.@NonNull Collection<Group> NormalizedJwtAuthenticationToken.getGroups()