Class AppConfigResponse
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.auth.AppConfigResponse
-
public class AppConfigResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description AppConfigResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAcrValues()
String
getAuthServerHost()
String
getAuthzBaseUrl()
String
getClientId()
String
getEndSessionEndpoint()
String
getFrontChannelLogoutUrl()
String
getPostLogoutRedirectUri()
String
getRedirectUrl()
String
getResponseType()
String
getScope()
Integer
getSessionTimeoutInMins()
void
setAcrValues(String acrValues)
void
setAuthServerHost(String authServerHost)
void
setAuthzBaseUrl(String authzBaseUrl)
void
setClientId(String clientId)
void
setEndSessionEndpoint(String endSessionEndpoint)
void
setFrontChannelLogoutUrl(String frontChannelLogoutUrl)
void
setPostLogoutRedirectUri(String postLogoutRedirectUri)
void
setRedirectUrl(String redirectUrl)
void
setResponseType(String responseType)
void
setScope(String scope)
void
setSessionTimeoutInMins(Integer sessionTimeoutInMins)
-
-
-
Method Detail
-
getSessionTimeoutInMins
public Integer getSessionTimeoutInMins()
-
setSessionTimeoutInMins
public void setSessionTimeoutInMins(Integer sessionTimeoutInMins)
-
getAuthServerHost
public String getAuthServerHost()
-
getAuthzBaseUrl
public String getAuthzBaseUrl()
-
getClientId
public String getClientId()
-
getResponseType
public String getResponseType()
-
getScope
public String getScope()
-
getRedirectUrl
public String getRedirectUrl()
-
getAcrValues
public String getAcrValues()
-
setAcrValues
public void setAcrValues(String acrValues)
-
getFrontChannelLogoutUrl
public String getFrontChannelLogoutUrl()
-
getPostLogoutRedirectUri
public String getPostLogoutRedirectUri()
-
getEndSessionEndpoint
public String getEndSessionEndpoint()
-
setEndSessionEndpoint
public void setEndSessionEndpoint(String endSessionEndpoint)
-
setAuthServerHost
public void setAuthServerHost(String authServerHost)
-
setAuthzBaseUrl
public void setAuthzBaseUrl(String authzBaseUrl)
-
setClientId
public void setClientId(String clientId)
-
setResponseType
public void setResponseType(String responseType)
-
setScope
public void setScope(String scope)
-
setRedirectUrl
public void setRedirectUrl(String redirectUrl)
-
setFrontChannelLogoutUrl
public void setFrontChannelLogoutUrl(String frontChannelLogoutUrl)
-
setPostLogoutRedirectUri
public void setPostLogoutRedirectUri(String postLogoutRedirectUri)
-
-