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.

Related concepts
Configuring your iSeries server to use IBM JGSS
Running IBM JGSS applications
Developing IBM JGSS applications
Debugging
Samples: IBM Java Generic Security Service (JGSS)
Related reference
IBM JGSS javadoc reference information