|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
ClientSecurityProvider and ServerSecurityProvider define interfaces for
authentication provider.
See:
Description
| Interface Summary | |
| ClientSecurityProvider | This interface must be implemented by the client security provider instances. |
| SecurityProvider | This interface is a base for client and server security provider. |
| ServerSecurityProvider | This interface must be implemented by the server security provider instances. |
ClientSecurityProvider and ServerSecurityProvider define interfaces for
authentication provider. Methods setCurrent() on the client
side and setCurrentInitiating(), setCurrentAccepting() on the server
side perform tasks associated with making security provider active for initiating and accepting new calls.
Typically, SecurityProvider adds associating interceptor to stub or service endpoint.
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||