The GSSManager abstract class serves as a factory for creating JGSS objects.
GSSManager abstract class creates the following:
GSSManager also has methods for determining the supported security mechanisms and name types and for specifying JGSS providers. Use the GSSManager getInstance static method to create an instance of the default GSSManager:
GSSManager manager = GSSManager.getInstance();