public class OIDCLoginRequestTO extends Object implements Serializable
Constructor and Description |
---|
OIDCLoginRequestTO() |
Modifier and Type | Method and Description |
---|---|
String |
getClientId() |
String |
getProviderAddress() |
String |
getRedirectURI() |
String |
getResponseType() |
String |
getScope() |
String |
getState() |
void |
setClientId(String clientId) |
void |
setProviderAddress(String providerAddress) |
void |
setRedirectURI(String redirectURI) |
void |
setResponseType(String responseType) |
void |
setScope(String scope) |
void |
setState(String state) |
public String getProviderAddress()
public void setProviderAddress(String providerAddress)
public String getClientId()
public void setClientId(String clientId)
public String getScope()
public void setScope(String scope)
public String getResponseType()
public void setResponseType(String responseType)
public String getRedirectURI()
public void setRedirectURI(String redirectURI)
public String getState()
public void setState(String state)
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.