public class AuthorizationEndpointRequest extends Object
| Constructor and Description |
|---|
AuthorizationEndpointRequest() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcr() |
Map<String,String> |
getAdditionalReqParams() |
String |
getClaims() |
String |
getClientId() |
String |
getCodeChallenge() |
String |
getCodeChallengeMethod() |
String |
getDisplay() |
String |
getIdpHint() |
String |
getLoginHint() |
Integer |
getMaxAge() |
String |
getNonce() |
String |
getPrompt() |
String |
getRedirectUriParam() |
String |
getResponseMode() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
public String getAcr()
public String getClientId()
public String getRedirectUriParam()
public String getResponseType()
public String getResponseMode()
public String getState()
public String getScope()
public String getLoginHint()
public String getPrompt()
public String getNonce()
public Integer getMaxAge()
public String getIdpHint()
public String getClaims()
public String getCodeChallenge()
public String getCodeChallengeMethod()
public String getDisplay()
Copyright © 2018 JBoss by Red Hat. All rights reserved.