-
Enhancement
-
Resolution: Fixed
-
P3
-
1.4.1
-
mantis
-
generic
-
generic
-
Verified
Currently if the property useSubjectCredsOnly is set to true, the TGT is retrieved from the Subject and used to establish a GSS Security context. However the service ticket obtained is not stored in the Subject. It will be useful to store the service ticket in the Subject if useSubjectCredsOnly is true. This will help application developers access to the service ticket that can be used outside the JGSS (e.g. in native applications or proprietary uses). Also the service ticket can be reused if the tries to estabish a security context to the same service again.