|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.security.auth.callback.AmendingCallbackHandler
public final class AmendingCallbackHandler
Amending Callback Handler
| Constructor Summary | |
|---|---|
AmendingCallbackHandler(Callback[] prolog,
CallbackHandler delegate,
Callback[] epilog)
Constructor |
|
AmendingCallbackHandler(CallbackHandler delegate)
Constructor |
|
| Method Summary | |
|---|---|
void |
handle(Callback[] callbacks)
Amend the callback array before passing them to the delegate. |
void |
setEpilog(Callback[] epilog)
|
void |
setProlog(Callback[] prolog)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AmendingCallbackHandler(CallbackHandler delegate)
delegate -
public AmendingCallbackHandler(Callback[] prolog,
CallbackHandler delegate,
Callback[] epilog)
delegate - | Method Detail |
|---|
public void setProlog(Callback[] prolog)
prolog - the prolog to setpublic void setEpilog(Callback[] epilog)
epilog - the epilog to set
public void handle(Callback[] callbacks)
throws IOException,
UnsupportedCallbackException
handle in interface CallbackHandlercallbacks - the original callback array
IOException
UnsupportedCallbackException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||