public abstract class AbstractFormImplicitResponse extends Object
Constructor and Description |
---|
AbstractFormImplicitResponse() |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getParameters() |
String |
getRedirectUri() |
String |
getResponseType() |
String |
getState() |
void |
setParameters(Map<String,String> parameters) |
void |
setRedirectUri(String redirectUri) |
void |
setResponseType(String responseType) |
void |
setState(String state) |
public String getRedirectUri()
public void setRedirectUri(String redirectUri)
public String getResponseType()
public void setResponseType(String responseType)
public String getState()
public void setState(String state)
Apache CXF