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. userToRolesMappersMethods 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 voidDefaultAuthenticator. 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 classAssignRealmNameRoleAssign to user a role based on realm name *classStaticRolesMapperAssign static roles to authenticated users
-