Package org.idoox.security.spi

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.
 

Package org.idoox.security.spi Description

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.