com.maverick.sshd
Class AuthenticationPolicy
java.lang.Object
com.maverick.sshd.Permissions
com.maverick.sshd.AuthenticationPolicy
public class AuthenticationPolicy
- extends Permissions
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PASSWORD_AUTHENTICATION
public static final int PASSWORD_AUTHENTICATION
- See Also:
- Constant Field Values
CHALLENGE_RESPONSE_AUTHENTICATION
public static final int CHALLENGE_RESPONSE_AUTHENTICATION
- See Also:
- Constant Field Values
PUBLICKEY_AUTHENTICATION
public static final int PUBLICKEY_AUTHENTICATION
- See Also:
- Constant Field Values
GSSAPI_AUTHENTICATION
public static final int GSSAPI_AUTHENTICATION
- See Also:
- Constant Field Values
UNKNOWN_AUTHENTICATION
public static final int UNKNOWN_AUTHENTICATION
- See Also:
- Constant Field Values
AuthenticationPolicy
public AuthenticationPolicy(long permissions)
AuthenticationPolicy
public AuthenticationPolicy()
getAllAuthentications
public static AuthenticationPolicy getAllAuthentications()
getList
public String[] getList()
getAuthenticationPermission
public static int getAuthenticationPermission(String name)
Copyright © 2012. All Rights Reserved.