@MXBeanDescription(value="MBean that provides access to Jaas-based authentication SPI configuration.") public interface JaasAuthenticatorMBean
JaasAuthenticator
.Modifier and Type | Method and Description |
---|---|
String |
getCallbackHandlerFactoryFormatted()
Gets JAAS-authentication callback handler factory name.
|
String |
getLoginContextName()
Gets login context name.
|
void |
setLoginContextName(String loginCtxName)
Sets new login context name.
|
@MXBeanDescription(value="Login context name.") String getLoginContextName()
Default value is "GridJaasLoginContext"
.
@MXBeanDescription(value="Sets login context name.") void setLoginContextName(String loginCtxName)
Default value is "GridJaasLoginContext"
.
loginCtxName
- New login context name.@MXBeanDescription(value="String presentation of JAAS-authentication callback handler factory.") String getCallbackHandlerFactoryFormatted()
GridGain In-Memory Computing Platform : ver. 8.9.14 Release Date : November 5 2024