Class SimpleServerAuthConfig
java.lang.Object
org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
- All Implemented Interfaces:
- AuthConfig,- ServerAuthConfig
Basic implementation primarily intended for use when using third-party 
ServerAuthModule implementations that
 only provide the module. This implementation supports configuring the ServerAuthContext with multiple
 modules.- 
Constructor SummaryConstructorsConstructorDescriptionSimpleServerAuthConfig(String layer, String appContext, CallbackHandler handler, Map<String, Object> properties) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected ServerAuthContextcreateServerAuthContext(List<ServerAuthModule> modules) getAuthContextID(MessageInfo messageInfo) booleanvoidrefresh()
- 
Constructor Details- 
SimpleServerAuthConfig
 
- 
- 
Method Details- 
getMessageLayer- Specified by:
- getMessageLayerin interface- AuthConfig
 
- 
getAppContext- Specified by:
- getAppContextin interface- AuthConfig
 
- 
getAuthContextID- Specified by:
- getAuthContextIDin interface- AuthConfig
 
- 
refreshpublic void refresh()- Specified by:
- refreshin interface- AuthConfig
 
- 
isProtectedpublic boolean isProtected()- Specified by:
- isProtectedin interface- AuthConfig
 
- 
getAuthContextpublic ServerAuthContext getAuthContext(String authContextID, Subject serviceSubject, Map<String, Object> properties) throws AuthException- Specified by:
- getAuthContextin interface- ServerAuthConfig
- Throws:
- AuthException
 
- 
createServerAuthContext
 
-