Uses of Interface
com.okta.sdk.resource.SingleLogout
-
Packages that use SingleLogout Package Description com.okta.sdk.resource -
-
Uses of SingleLogout in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return SingleLogout Modifier and Type Method Description SingleLogout
SamlApplicationSettingsSignOn. getSlo()
SingleLogout
SingleLogout. setEnabled(java.lang.Boolean enabled)
SingleLogout
SingleLogout. setIssuer(java.lang.String issuer)
SingleLogout
SingleLogout. setLogoutUrl(java.lang.String logoutUrl)
Methods in com.okta.sdk.resource with parameters of type SingleLogout Modifier and Type Method Description SamlApplicationSettingsSignOn
SamlApplicationSettingsSignOn. setSlo(SingleLogout slo)
-