Class ProfileSelectionResult.ProfileSelectionResultBuilder
java.lang.Object
swiss.trustbroker.api.profileselection.dto.ProfileSelectionResult.ProfileSelectionResultBuilder
- Enclosing class:
ProfileSelectionResult
-
Method Summary
Modifier and TypeMethodDescriptionbuild()filteredAttributes(Map<AttributeName, List<String>> filteredAttributes) redirectUrl(String redirectUrl) selectedProfileId(String selectedProfileId) toString()
-
Method Details
-
redirectUrl
- Returns:
this.
-
selectedProfileId
public ProfileSelectionResult.ProfileSelectionResultBuilder selectedProfileId(String selectedProfileId) - Returns:
this.
-
filteredAttributes
public ProfileSelectionResult.ProfileSelectionResultBuilder filteredAttributes(Map<AttributeName, List<String>> filteredAttributes) - Returns:
this.
-
build
-
toString
-