@ApplicationScoped
public class OctopusSSOServerConfiguration
extends be.atbash.config.AbstractConfiguration
implements be.atbash.config.logging.ModuleConfig
| Constructor and Description |
|---|
OctopusSSOServerConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getOIDCEndpointRateLimit() |
int |
getOIDCTokenLength() |
String |
getScopeForPermissions() |
int |
getSSOAccessTokenTimeToLive()
Returns the value for the access token time to live in seconds
|
String |
getSSOCookieName() |
int |
getSSOCookieTimeToLive()
Returns the value for the cookie in hours
|
String |
getSSOEndpointRoot() |
UserEndpointEncoding |
getUserEndpointEncoding() |
boolean |
isSSOCookieSecure() |
public String getSSOCookieName()
public int getSSOCookieTimeToLive()
public boolean isSSOCookieSecure()
public int getOIDCTokenLength()
public int getSSOAccessTokenTimeToLive()
public String getSSOEndpointRoot()
public String getOIDCEndpointRateLimit()
public UserEndpointEncoding getUserEndpointEncoding()
public String getScopeForPermissions()
Copyright © 2014–2019. All rights reserved.