Class RoleSummary.Builder

  • Enclosing class:
    RoleSummary

    public static class RoleSummary.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • roleName

        public RoleSummary.Builder roleName​(String roleName)
        The name of the role.
        Parameters:
        roleName - the value to set
        Returns:
        this builder
      • authenticationType

        public RoleSummary.Builder authenticationType​(String authenticationType)
        Type of authentication.
        Parameters:
        authenticationType - the value to set
        Returns:
        this builder
      • isPasswordRequired

        public RoleSummary.Builder isPasswordRequired​(Boolean isPasswordRequired)
        Is password required.
        Parameters:
        isPasswordRequired - the value to set
        Returns:
        this builder
      • isCommon

        public RoleSummary.Builder isCommon​(Boolean isCommon)
        Is the role common.
        Parameters:
        isCommon - the value to set
        Returns:
        this builder
      • isOracleMaintained

        public RoleSummary.Builder isOracleMaintained​(Boolean isOracleMaintained)
        Is the role oracle maintained.
        Parameters:
        isOracleMaintained - the value to set
        Returns:
        this builder
      • isInherited

        public RoleSummary.Builder isInherited​(Boolean isInherited)
        Is the role inherited.
        Parameters:
        isInherited - the value to set
        Returns:
        this builder
      • isImplicit

        public RoleSummary.Builder isImplicit​(Boolean isImplicit)
        Is the role implicit.
        Parameters:
        isImplicit - the value to set
        Returns:
        this builder