Uses of Class
org.globus.gsi.gssapi.jaas.JaasSubject
-
Packages that use JaasSubject Package Description org.globus.gsi.gssapi.jaas -
-
Uses of JaasSubject in org.globus.gsi.gssapi.jaas
Subclasses of JaasSubject in org.globus.gsi.gssapi.jaas Modifier and Type Class Description class
GlobusSubject
An implementation of theJaasSubject
API to circumvent the JAAS problem of Subject propagation.class
StandardSubject
Standard JAAS implementation of the JAAS Subject helper API.Fields in org.globus.gsi.gssapi.jaas declared as JaasSubject Modifier and Type Field Description private static JaasSubject
JaasSubject. subject
Methods in org.globus.gsi.gssapi.jaas that return JaasSubject Modifier and Type Method Description static JaasSubject
JaasSubject. getJaasSubject()
Gets current implementation of theJaasSubject
API.
-