See: Description
Interface | Description |
---|---|
CsrfTokenManager |
This is the interface for the manager of
CsrfToken s. |
RemoteInvocationSecurityDetector |
This is the interface for a detector that can decide if a
RemoteInvocationCall is secured or
a login operation . |
Class | Description |
---|---|
AbstractCsrfTokenManager |
This is the abstract base implementation of
CsrfTokenManager . |
AbstractGenericRemoteInvocationService<CALL extends RemoteInvocationCall,REQUEST extends GenericRemoteInvocationRequest<CALL,? extends GenericRemoteInvocationTransactionalCalls<CALL>>,RESPONSE extends GenericRemoteInvocationResponse,HANDLER extends GenericRemoteInvocationCallHandler<CALL>> |
This is the abstract base class for the common implementation of
GenericRemoteInvocationRpcService and
GenericRemoteInvocationCommandService . |
GenericRemoteInvocationCallHandler<CALL extends RemoteInvocationCall> |
This is the abstract base class for a generic handler to
invoke
RemoteInvocationCall s from the client on the server-side. |
service API
such as AbstractGenericRemoteInvocationService
. Copyright © 2001–2016 mmm-Team. All rights reserved.