Class Resources
java.lang.Object
swiss.trustbroker.federation.xmlconfig.Resources
- All Implemented Interfaces:
Serializable
OIDC client resources.
- Since:
- 1.14.0
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Resources.ResourcesBuilderbuilder()protected booleanbooleanList of resources.inthashCode()voidsetResourceList(Set<String> resourceList) List of resources.toString()
-
Constructor Details
-
Resources
public Resources() -
Resources
Creates a newResourcesinstance.- Parameters:
resourceList- List of resources.
Note that the list of possible values is not final, hence the list using plain strings.
-
-
Method Details
-
builder
-
getResourceList
List of resources.
Note that the list of possible values is not final, hence the list using plain strings. -
setResourceList
List of resources.
Note that the list of possible values is not final, hence the list using plain strings. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-