public interface org.h2.api.UserToRolesMapper extends org.h2.security.auth.Configurable
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.h2.api.UserToRolesMapper
  super_class: java.lang.Object
{
  public abstract java.util.Collection<java.lang.String> mapUserToRoles(org.h2.security.auth.AuthenticationInfo);
    descriptor: (Lorg/h2/security/auth/AuthenticationInfo;)Ljava/util/Collection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws org.h2.security.auth.AuthenticationException
    Signature: (Lorg/h2/security/auth/AuthenticationInfo;)Ljava/util/Collection<Ljava/lang/String;>;
    MethodParameters:
                    Name  Flags
      authenticationInfo  
}
SourceFile: "UserToRolesMapper.java"