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