|
||||||||||
| 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.JaasCertificateValidationCallbackHandler
public class JaasCertificateValidationCallbackHandler
Provides basic support for integrating with JAAS and certificates. Requires the loginContextName to be
set.Requires a LoginContext which handles X500Principals.
CertificateValidationCallbacks, and throws an
UnsupportedCallbackException for others.
X500Principal,
AbstractJaasValidationCallbackHandler.setLoginContextName(String)| Field Summary |
|---|
| Fields inherited from class org.springframework.ws.soap.security.callback.AbstractCallbackHandler |
|---|
logger |
| Constructor Summary | |
|---|---|
JaasCertificateValidationCallbackHandler()
|
|
| Method Summary | |
|---|---|
protected void |
handleInternal(javax.security.auth.callback.Callback callback)
Handles CertificateValidationCallbacks, 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 JaasCertificateValidationCallbackHandler()
| Method Detail |
|---|
protected final void handleInternal(javax.security.auth.callback.Callback callback)
throws javax.security.auth.callback.UnsupportedCallbackException
CertificateValidationCallbacks, 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 | |||||||||