org.springframework.ws.soap.security.xwss.callback.jaas
Class AbstractJaasValidationCallbackHandler
java.lang.Object
org.springframework.ws.soap.security.callback.AbstractCallbackHandler
org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler
- All Implemented Interfaces:
- CallbackHandler, org.springframework.beans.factory.InitializingBean
- Direct Known Subclasses:
- JaasCertificateValidationCallbackHandler, JaasPlainTextPasswordValidationCallbackHandler
public abstract class AbstractJaasValidationCallbackHandler
- extends AbstractCallbackHandler
- implements org.springframework.beans.factory.InitializingBean
Abstract base class for integrating with JAAS. Provides a login context name property.
- Since:
- 1.0.0
- Author:
- Arjen Poutsma
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJaasValidationCallbackHandler
protected AbstractJaasValidationCallbackHandler()
getLoginContextName
public String getLoginContextName()
- Returns the login context name.
setLoginContextName
public void setLoginContextName(String loginContextName)
- Sets the login context name.
afterPropertiesSet
public void afterPropertiesSet()
throws Exception
- Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
- Throws:
Exception
Copyright © 2011. All Rights Reserved.