Class AccessRequestResult
java.lang.Object
swiss.trustbroker.api.accessrequest.dto.AccessRequestResult
Result of access request.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()protected booleanbooleanRedirect URL for performing the access request.inthashCode()booleanSession needs to be retained beyond login for later interaction.static AccessRequestResultCreates a newAccessRequestResultinstance.toString()
-
Method Details
-
builder
-
isRetainSession
public boolean isRetainSession()Session needs to be retained beyond login for later interaction. -
getRedirectUrl
Redirect URL for performing the access request. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-
of
Creates a newAccessRequestResultinstance.- Parameters:
retainSession- Session needs to be retained beyond login for later interaction.redirectUrl- Redirect URL for performing the access request.
-