Class OAuth2ConfigResponse
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.auth.OAuth2ConfigResponse
-
public class OAuth2ConfigResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description OAuth2ConfigResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAcrValues()StringgetAuthzBaseUrl()StringgetClientId()StringgetEndSessionEndpoint()StringgetFrontChannelLogoutUrl()StringgetPostLogoutRedirectUri()StringgetRedirectUrl()StringgetResponseType()StringgetScope()voidsetAcrValues(String acrValues)voidsetAuthzBaseUrl(String authzBaseUrl)voidsetClientId(String clientId)voidsetEndSessionEndpoint(String endSessionEndpoint)voidsetFrontChannelLogoutUrl(String frontChannelLogoutUrl)voidsetPostLogoutRedirectUri(String postLogoutRedirectUri)voidsetRedirectUrl(String redirectUrl)voidsetResponseType(String responseType)voidsetScope(String scope)
-
-
-
Method Detail
-
getAuthzBaseUrl
public String getAuthzBaseUrl()
-
setAuthzBaseUrl
public void setAuthzBaseUrl(String authzBaseUrl)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
getResponseType
public String getResponseType()
-
setResponseType
public void setResponseType(String responseType)
-
getScope
public String getScope()
-
setScope
public void setScope(String scope)
-
getRedirectUrl
public String getRedirectUrl()
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
-
getAcrValues
public String getAcrValues()
-
setAcrValues
public void setAcrValues(String acrValues)
-
getFrontChannelLogoutUrl
public String getFrontChannelLogoutUrl()
-
setFrontChannelLogoutUrl
public void setFrontChannelLogoutUrl(String frontChannelLogoutUrl)
-
getPostLogoutRedirectUri
public String getPostLogoutRedirectUri()
-
setPostLogoutRedirectUri
public void setPostLogoutRedirectUri(String postLogoutRedirectUri)
-
getEndSessionEndpoint
public String getEndSessionEndpoint()
-
setEndSessionEndpoint
public void setEndSessionEndpoint(String endSessionEndpoint)
-
-