java.lang.Object
swiss.trustbroker.federation.xmlconfig.Scope

public class Scope extends Object
OIDC scopes.
Since:
1.7.0
See Also:
  • Field Details

    • OPENID

      public static final Scope OPENID
    • PROFILE

      public static final Scope PROFILE
    • EMAIL

      public static final Scope EMAIL
    • ADDRESS

      public static final Scope ADDRESS
    • PHONE

      public static final Scope PHONE
  • Method Details

    • defaultValues

      public static List<Scope> defaultValues()
    • defaultNames

      public static List<String> defaultNames()
    • of

      public static Scope of(String name)
    • getName

      public String getName()
    • isDefaultValue

      public boolean isDefaultValue()