org.apache.accumulo.server.security
Class SecurityConstants
java.lang.Object
org.apache.accumulo.server.security.SecurityConstants
public class SecurityConstants
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SYSTEM_USERNAME
public static final String SYSTEM_USERNAME
- See Also:
- Constant Field Values
confChecksum
public static byte[] confChecksum
SecurityConstants
public SecurityConstants()
getSystemCredentials
public static AuthInfo getSystemCredentials()
compareSystemPassword
public static TabletServerState compareSystemPassword(byte[] base64encodedPassword)
- Compare a byte array to the system password.
- Returns:
- RESERVED if the passwords match, otherwise a state that describes the failure state
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.