Class XenAuthenticationInterceptor
java.lang.Object
com.predic8.membrane.core.interceptor.AbstractInterceptor
com.predic8.membrane.core.interceptor.authentication.xen.XenAuthenticationInterceptor
- All Implemented Interfaces:
Interceptor
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic interfaceNested classes/interfaces inherited from interface com.predic8.membrane.core.interceptor.Interceptor
Interceptor.Flow -
Field Summary
Fields inherited from class com.predic8.membrane.core.interceptor.AbstractInterceptor
name, router -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetUser()handleRequest(Exchange exc) handleResponse(Exchange exc) voidvoidsetPassword(String password) voidsetSessionManager(XenAuthenticationInterceptor.XenSessionManager sessionManager) voidvoidsetUserDataProvider(UserDataProvider userDataProvider) Methods inherited from class com.predic8.membrane.core.interceptor.AbstractInterceptor
getDisplayName, getFlow, getHelpId, getLongDescription, getMessage, getRouter, getRule, getShortDescription, handleAbort, init, setDisplayName, setFlow
-
Constructor Details
-
XenAuthenticationInterceptor
public XenAuthenticationInterceptor()
-
-
Method Details
-
init
- Specified by:
initin interfaceInterceptor- Overrides:
initin classAbstractInterceptor- Throws:
Exception
-
handleRequest
- Specified by:
handleRequestin interfaceInterceptor- Overrides:
handleRequestin classAbstractInterceptor- Throws:
Exception
-
handleResponse
- Specified by:
handleResponsein interfaceInterceptor- Overrides:
handleResponsein classAbstractInterceptor- Throws:
Exception
-
getUser
-
setUser
-
getPassword
-
setPassword
-
getUserDataProvider
-
setUserDataProvider
-
getSessionManager
-
setSessionManager
-