| Package | Description | 
|---|---|
| com.tangosol.coherence.rest.server | Contains classes related to embedded HTTP server integration. | 
| com.tangosol.net | Contains basic cluster interfaces and factories. | 
| com.tangosol.net.security | Contains classes related to the Coherence Security Framework. | 
| Modifier and Type | Field and Description | 
|---|---|
| static IdentityAsserter | AbstractHttpServer. DEFAULT_IDENTITY_ASSERTERDefault identity asserter. | 
| protected IdentityAsserter | AbstractHttpServer. m_identityAsserterIdentity asserter to use with HTTP basic authentication. | 
| Modifier and Type | Method and Description | 
|---|---|
| IdentityAsserter | AbstractHttpServer. getIdentityAsserter()Return identity asserter to use for HTTP basic authentication. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | AbstractHttpServer. setIdentityAsserter(IdentityAsserter asserter)Configure the identity asserter to use for HTTP basic authentication. | 
| Modifier and Type | Method and Description | 
|---|---|
| IdentityAsserter | OperationalContext. getIdentityAsserter()Return an IdentityAsserter that can be used to establish a user's identity. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DefaultIdentityAsserterThe default implementation of the IdentityAsserter interface. | 
| class  | JAASIdentityAsserterJAAS-based implementation of  IdentityAsserter. |