java.lang.Object
swiss.trustbroker.federation.xmlconfig.Scopes
All Implemented Interfaces:
Serializable

public class Scopes extends Object implements Serializable
OIDC client scopes.
See Also:
  • Constructor Details

    • Scopes

      public Scopes()
    • Scopes

      public Scopes(List<String> scopeList)
      Creates a new Scopes instance.
      Parameters:
      scopeList - List of scopes.
      Note that the list of possible values is not final, hence the list using plain strings.
      See Also:
  • Method Details

    • builder

      public static Scopes.ScopesBuilder builder()
    • getScopeList

      public List<String> getScopeList()
      List of scopes.
      Note that the list of possible values is not final, hence the list using plain strings.
      See Also:
    • setScopeList

      public void setScopeList(List<String> scopeList)
      List of scopes.
      Note that the list of possible values is not final, hence the list using plain strings.
      See Also:
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object