JGSS concepts

 

JGSS operations consist of four distinct stages, as standardized by the Generic Security Service Application Programming Interface (GSS-API).

The stages are as follows:

  1. Gathering of credentials for principals.

  2. Creating and establishing a security context between the communicating peer principals.

  3. Exchanging secure messages between the peers.

  4. Cleaning up and releasing resources.

Additionally, JGSS leverages the Java™ Cryptographic Architecture to offer seamless pluggability of different security mechanisms.

Use the following links to read high-level descriptions of these important JGSS concepts.

 

Parent topic:

IBM Java Generic Security Service (JGSS)

Related concepts
Configuring your server to use IBM JGSS Running IBM JGSS applications Developing IBM JGSS applications JGSS debugging Samples: IBM Java Generic Security Service (JGSS)

Related reference
IBM JGSS Javadoc reference information