Uses of Interface
io.datarouter.auth.role.RoleEnum
Packages that use RoleEnum
Package
Description
-
Uses of RoleEnum in io.datarouter.auth.role
Classes in io.datarouter.auth.role that implement RoleEnumMethods in io.datarouter.auth.role that return RoleEnumMethods in io.datarouter.auth.role that return types with arguments of type RoleEnum -
Uses of RoleEnum in io.datarouter.auth.session
Methods in io.datarouter.auth.session with parameters of type RoleEnumModifier and TypeMethodDescriptiondefault booleanreturns whether the current user/session is associated with the given Role, false if there is no current sessionbooleanMethod parameters in io.datarouter.auth.session with type arguments of type RoleEnumModifier and TypeMethodDescriptiondefault booleanCurrentSessionInfo.hasAnyRoleEnum(javax.servlet.ServletRequest request, Collection<RoleEnum<?>> targetRoles) booleanRequestAwareCurrentSessionInfoFactory.RequestAwareCurrentSessionInfo.hasAnyRoleEnum(Collection<RoleEnum<?>> targetRoles) -
Uses of RoleEnum in io.datarouter.auth.storage.user.session
Methods in io.datarouter.auth.storage.user.session with parameters of type RoleEnum