Uses of Interface
org.h2.api.UserToRolesMapper
-
Packages that use UserToRolesMapper Package Description org.h2.security.auth Authentication classes.org.h2.security.auth.impl Authentication classes. -
-
Uses of UserToRolesMapper in org.h2.security.auth
Fields in org.h2.security.auth with type parameters of type UserToRolesMapper Modifier and Type Field Description private java.util.List<UserToRolesMapper>
DefaultAuthenticator. userToRolesMappers
Methods in org.h2.security.auth that return types with arguments of type UserToRolesMapper Modifier and Type Method Description java.util.List<UserToRolesMapper>
DefaultAuthenticator. getUserToRolesMappers()
UserToRoleMappers assign roles to authenticated usersMethods in org.h2.security.auth with parameters of type UserToRolesMapper Modifier and Type Method Description void
DefaultAuthenticator. setUserToRolesMappers(UserToRolesMapper... userToRolesMappers)
-
Uses of UserToRolesMapper in org.h2.security.auth.impl
Classes in org.h2.security.auth.impl that implement UserToRolesMapper Modifier and Type Class Description class
AssignRealmNameRole
Assign to user a role based on realm name *class
StaticRolesMapper
Assign static roles to authenticated users
-