Package org.apache.sshd.server.auth.gss
Class CredentialHelper.G
java.lang.Object
org.apache.sshd.server.auth.gss.CredentialHelper.G
- All Implemented Interfaces:
PrivilegedExceptionAction<GSSCredential>
- Enclosing class:
- CredentialHelper
private static final class CredentialHelper.G
extends Object
implements PrivilegedExceptionAction<GSSCredential>
Privileged action which runs as the subject to get the credentials.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
mgr
-
-
Constructor Details
-
G
- Parameters:
mgr
- The existing GSS manager
-
-
Method Details
-
run
- Specified by:
run
in interfacePrivilegedExceptionAction<GSSCredential>
- Throws:
GSSException
-