org.apache.sshd.server.auth.gss
Class CredentialHelper
java.lang.Object
org.apache.sshd.server.auth.gss.CredentialHelper
public class CredentialHelper
- extends Object
Simple helper class which gets GSS credential using a fixed Krb5 login configuration. May need generalizing to deal
with non-Sun JREs.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CredentialHelper
public CredentialHelper()
creds
public static GSSCredential creds(GSSManager mgr,
String spn,
String keytab)
throws LoginException,
GSSException
- Throws:
LoginException
GSSException
Copyright © 2008-2012 Apache Software Foundation. All Rights Reserved.