Interface UserText


public interface UserText
This class assembles texts which are used in the user management.
Author:
BaseX Team 2005-21, BSD License, Christian Gruen
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default user and password.
    static final byte[]
    Algorithm.
    static final byte[]
    Database.
    static final byte[]
    Info.
    static final byte[]
    Name.
    static final byte[]
    Password.
    static final byte[]
    Pattern.
    static final byte[]
    Permission.
    static final String[]
    User name.
    static final byte[]
    User.
    static final byte[]
    Users.
  • Field Details

    • S_USERINFO

      static final String[] S_USERINFO
      User name.
    • ADMIN

      static final String ADMIN
      Default user and password.
      See Also:
    • USERS

      static final byte[] USERS
      Users.
    • USER

      static final byte[] USER
      User.
    • NAME

      static final byte[] NAME
      Name.
    • ALGORITHM

      static final byte[] ALGORITHM
      Algorithm.
    • PASSWORD

      static final byte[] PASSWORD
      Password.
    • DATABASE

      static final byte[] DATABASE
      Database.
    • PATTERN

      static final byte[] PATTERN
      Pattern.
    • PERMISSION

      static final byte[] PERMISSION
      Permission.
    • INFO

      static final byte[] INFO
      Info.