Class OxdSettings
- java.lang.Object
-
- org.gluu.casa.client.config.model.OxdSettings
-
@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2021-07-18T14:15:05.565Z") public class OxdSettings extends Object
OxdSettings
-
-
Constructor Summary
Constructors Constructor Description OxdSettings()
-
Method Summary
-
-
-
Method Detail
-
protocol
public OxdSettings protocol(String protocol)
-
getProtocol
public String getProtocol()
Get protocol- Returns:
- protocol
-
setProtocol
public void setProtocol(String protocol)
-
host
public OxdSettings host(String host)
-
getHost
public String getHost()
Get host- Returns:
- host
-
setHost
public void setHost(String host)
-
port
public OxdSettings port(String port)
-
getPort
public String getPort()
Get port- Returns:
- port
-
setPort
public void setPort(String port)
-
scopes
public OxdSettings scopes(List<String> scopes)
-
addScopesItem
public OxdSettings addScopesItem(String scopesItem)
-
frontchannelLogoutUri
public OxdSettings frontchannelLogoutUri(String frontchannelLogoutUri)
-
getFrontchannelLogoutUri
public String getFrontchannelLogoutUri()
Get frontchannelLogoutUri- Returns:
- frontchannelLogoutUri
-
setFrontchannelLogoutUri
public void setFrontchannelLogoutUri(String frontchannelLogoutUri)
-
postLogoutUri
public OxdSettings postLogoutUri(String postLogoutUri)
-
getPostLogoutUri
public String getPostLogoutUri()
Get postLogoutUri- Returns:
- postLogoutUri
-
setPostLogoutUri
public void setPostLogoutUri(String postLogoutUri)
-
authzRedirectUri
public OxdSettings authzRedirectUri(String authzRedirectUri)
-
getAuthzRedirectUri
public String getAuthzRedirectUri()
Get authzRedirectUri- Returns:
- authzRedirectUri
-
setAuthzRedirectUri
public void setAuthzRedirectUri(String authzRedirectUri)
-
-