|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.soap.security.callback.AbstractCallbackHandler
org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler
org.springframework.ws.soap.security.xwss.callback.jaas.JaasPlainTextPasswordValidationCallbackHandler
public class JaasPlainTextPasswordValidationCallbackHandler
Provides basic support for integrating with JAAS and plain text passwords.
This class only handlesPasswordValidationCallbacks that contain a
PlainTextPasswordRequest, and throws an UnsupportedCallbackException for others.
AbstractJaasValidationCallbackHandler.getLoginContextName()| Field Summary |
|---|
| Fields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler |
|---|
logger |
| Constructor Summary | |
|---|---|
JaasPlainTextPasswordValidationCallbackHandler()
|
|
| Method Summary | |
|---|---|
protected void |
handleInternal(javax.security.auth.callback.Callback callback)
Handles PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others. |
| Methods inherited from class org.springframework.ws.soap.security.xwss.callback.jaas.AbstractJaasValidationCallbackHandler |
|---|
afterPropertiesSet, getLoginContextName, setLoginContextName |
| Methods inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler |
|---|
handle |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JaasPlainTextPasswordValidationCallbackHandler()
| Method Detail |
|---|
protected final void handleInternal(javax.security.auth.callback.Callback callback)
throws javax.security.auth.callback.UnsupportedCallbackException
PasswordValidationCallbacks that contain a PlainTextPasswordRequest, and throws
an UnsupportedCallbackException for others.
handleInternal in class AbstractCallbackHandlerjavax.security.auth.callback.UnsupportedCallbackException - when the callback is not supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||