Package org.apache.sshd.server.auth.gss
Class CredentialHelper.G
- java.lang.Object
-
- org.apache.sshd.server.auth.gss.CredentialHelper.G
-
- All Implemented Interfaces:
java.security.PrivilegedExceptionAction<org.ietf.jgss.GSSCredential>
- Enclosing class:
- CredentialHelper
private static final class CredentialHelper.G extends java.lang.Object implements java.security.PrivilegedExceptionAction<org.ietf.jgss.GSSCredential>
Privileged action which runs as the subject to get the credentials.
-
-
Field Summary
Fields Modifier and Type Field Description private org.ietf.jgss.GSSManager
mgr
-
Constructor Summary
Constructors Modifier Constructor Description private
G(org.ietf.jgss.GSSManager mgr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.ietf.jgss.GSSCredential
run()
-