|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.security.authentication.ImpersonationCallback
public class ImpersonationCallback
Callback for a CallbackHandler to ask
for a the impersonating Subject to create a
Session to access the Repository.
| Constructor Summary | |
|---|---|
ImpersonationCallback()
|
|
| Method Summary | |
|---|---|
javax.security.auth.Subject |
getImpersonator()
Returns the impersonator Subject set on this callback or
null if not set. |
void |
setImpersonator(java.lang.Object impersonator)
Sets the impersonator in this callback. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ImpersonationCallback()
| Method Detail |
|---|
public void setImpersonator(java.lang.Object impersonator)
impersonator - The impersonator to set on this callback. If this is
not a Subject this method does nothing.public javax.security.auth.Subject getImpersonator()
Subject set on this callback or
null if not set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||