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