Class Resources

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

public class Resources extends Object implements Serializable
OIDC client resources.
Since:
1.14.0
See Also:
  • Constructor Details

    • Resources

      public Resources()
    • Resources

      public Resources(Set<String> resourceList)
      Creates a new Resources instance.
      Parameters:
      resourceList - List of resources.
      Note that the list of possible values is not final, hence the list using plain strings.
  • Method Details

    • builder

      public static Resources.ResourcesBuilder builder()
    • getResourceList

      public Set<String> getResourceList()
      List of resources.
      Note that the list of possible values is not final, hence the list using plain strings.
    • setResourceList

      public void setResourceList(Set<String> resourceList)
      List of resources.
      Note that the list of possible values is not final, hence the list using plain strings.
    • 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