Class UserDetails.Builder

  • Enclosing class:
    UserDetails

    public static class UserDetails.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public UserDetails.Builder name​(String name)
        The name of the user.
        Parameters:
        name - the value to set
        Returns:
        this builder
      • status

        public UserDetails.Builder status​(String status)
        The status of the user account.
        Parameters:
        status - the value to set
        Returns:
        this builder
      • profile

        public UserDetails.Builder profile​(String profile)
        The name of the profile assigned to the user.
        Parameters:
        profile - the value to set
        Returns:
        this builder
      • tablespace

        public UserDetails.Builder tablespace​(String tablespace)
        The default tablespace of the user.
        Parameters:
        tablespace - the value to set
        Returns:
        this builder
      • isUserPredefinedByOracle

        public UserDetails.Builder isUserPredefinedByOracle​(Boolean isUserPredefinedByOracle)
        Indicates whether or not the user is predefined by ORACLE.
        Parameters:
        isUserPredefinedByOracle - the value to set
        Returns:
        this builder