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 |
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()
Copyright © 2017 JBoss by Red Hat. All rights reserved.