mitreid-connect
|
公開メンバ関数 | |
ConfigurationPropertiesBean () | |
void | checkConfigConsistency () |
String | getIssuer () |
void | setIssuer (String iss) |
String | getTopbarTitle () |
void | setTopbarTitle (String topbarTitle) |
String | getShortTopbarTitle () |
void | setShortTopbarTitle (String shortTopbarTitle) |
String | getLogoImageUrl () |
void | setLogoImageUrl (String logoImageUrl) |
Long | getRegTokenLifeTime () |
void | setRegTokenLifeTime (Long regTokenLifeTime) |
Long | getRqpTokenLifeTime () |
void | setRqpTokenLifeTime (Long rqpTokenLifeTime) |
boolean | isForceHttps () |
void | setForceHttps (boolean forceHttps) |
Locale | getLocale () |
void | setLocale (Locale locale) |
List< String > | getLanguageNamespaces () |
void | setLanguageNamespaces (List< String > languageNamespaces) |
boolean | isDualClient () |
void | setDualClient (boolean dualClient) |
String | getLanguageNamespacesString () |
String | getDefaultLanguageNamespace () |
boolean | isHeartMode () |
void | setHeartMode (boolean heartMode) |
非公開変数類 | |
String | issuer |
String | topbarTitle |
String | shortTopbarTitle |
String | logoImageUrl |
Long | regTokenLifeTime |
Long | rqpTokenLifeTime |
boolean | forceHttps = false |
Locale | locale = Locale.ENGLISH |
List< String > | languageNamespaces = Lists.newArrayList("messages") |
boolean | dualClient = false |
boolean | heartMode = false |
静的非公開変数類 | |
static final Logger | logger = LoggerFactory.getLogger(ConfigurationPropertiesBean.class) |
Bean to hold configuration information that must be injected into various parts of our application. Set all of the properties here, and autowire a reference to this bean if you need access to any configuration properties.
|
inline |
|
inline |
Endpoints protected by TLS must have https scheme in the URI.
HttpsUrlRequiredException |
|
inline |
Get the default namespace (first in the nonempty list)
|
inline |
|
inline |
|
inline |
Get the list of namespaces as a JSON string, for injection into the JavaScript UI
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
dualClient | the dual client configuration |
|
inline |
|
inline |
heartMode | the heartMode to set |
|
inline |
iss | the issuer to set |
|
inline |
languageNamespaces | the languageNamespaces to set |
|
inline |
locale | the locale to set |
|
inline |
logoImageUrl | the logoImageUrl to set |
|
inline |
regTokenLifeTime | the registration token lifetime to set in seconds |
|
inline |
rqpTokenLifeTime | the rqpTokenLifeTime to set |
|
inline |
|
inline |
topbarTitle | the topbarTitle to set |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
staticprivate |
Logger for this class
|
private |
|
private |
|
private |
|
private |
|
private |