|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.alfresco.repo.remote.ReauthenticatingAdvice
public class ReauthenticatingAdvice
This is an interceptor that continuosly tries to reauthenticate when a method call results in an AuthenticationException.
Constructor Summary | |
---|---|
ReauthenticatingAdvice()
Default constructor. |
Method Summary | |
---|---|
java.lang.Object |
invoke(org.aopalliance.intercept.MethodInvocation mi)
|
void |
setAuthenticationService(AuthenticationService service)
Setter. |
void |
setClientTicketHolder(ClientTicketHolder ticketHolder)
Setter. |
void |
setPassword(java.lang.String password)
Setter. |
void |
setRetryInterval(long retryInterval)
Setter. |
void |
setUser(java.lang.String user)
Setter. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReauthenticatingAdvice()
Method Detail |
---|
public void setAuthenticationService(AuthenticationService service)
public void setClientTicketHolder(ClientTicketHolder ticketHolder)
public void setUser(java.lang.String user)
public void setPassword(java.lang.String password)
public void setRetryInterval(long retryInterval)
public java.lang.Object invoke(org.aopalliance.intercept.MethodInvocation mi) throws java.lang.Throwable
invoke
in interface org.aopalliance.intercept.MethodInterceptor
java.lang.Throwable
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |