Spring Web Services Framework

org.springframework.ws.soap.security.xwss.callback.jaas
Class AbstractJaasValidationCallbackHandler

java.lang.Object
  extended by org.springframework.ws.soap.security.callback.AbstractCallbackHandler
      extended by org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler
All Implemented Interfaces:
CallbackHandler, InitializingBean
Direct Known Subclasses:
JaasCertificateValidationCallbackHandler, JaasPlainTextPasswordValidationCallbackHandler

public abstract class AbstractJaasValidationCallbackHandler
extends AbstractCallbackHandler
implements InitializingBean

Abstract base class for integrating with JAAS. Provides a login context name property.

Since:
1.0.0
Author:
Arjen Poutsma

Field Summary
 
Fields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
logger
 
Constructor Summary
protected AbstractJaasValidationCallbackHandler()
           
 
Method Summary
 void afterPropertiesSet()
           
 String getLoginContextName()
          Returns the login context name.
 void setLoginContextName(String loginContextName)
          Sets the login context name.
 
Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler
handle, handleInternal
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJaasValidationCallbackHandler

protected AbstractJaasValidationCallbackHandler()
Method Detail

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 InitializingBean
Throws:
Exception

Spring Web Services Framework

Copyright © 2005-2013 The Spring Web Services Framework. All Rights Reserved.