Class Scopes
java.lang.Object
swiss.trustbroker.federation.xmlconfig.Scopes
- All Implemented Interfaces:
Serializable
OIDC client scopes.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Scopes.ScopesBuilderbuilder()protected booleanbooleanList of scopes.inthashCode()voidsetScopeList(List<String> scopeList) List of scopes.toString()
-
Constructor Details
-
Scopes
public Scopes() -
Scopes
Creates a newScopesinstance.- 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
-
getScopeList
List of scopes.
Note that the list of possible values is not final, hence the list using plain strings.- See Also:
-
setScopeList
List of scopes.
Note that the list of possible values is not final, hence the list using plain strings.- See Also:
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-