Uses of Class
org.apache.accumulo.core.securityImpl.thrift.TAuthenticationKey
-
Packages that use TAuthenticationKey Package Description org.apache.accumulo.core.securityImpl.thrift -
-
Uses of TAuthenticationKey in org.apache.accumulo.core.securityImpl.thrift
Methods in org.apache.accumulo.core.securityImpl.thrift that return TAuthenticationKey Modifier and Type Method Description TAuthenticationKeyTAuthenticationKey. deepCopy()TAuthenticationKeyTAuthenticationKey. setCreationDate(long creationDate)TAuthenticationKeyTAuthenticationKey. setExpirationDate(long expirationDate)TAuthenticationKeyTAuthenticationKey. setKeyId(int keyId)TAuthenticationKeyTAuthenticationKey. setSecret(byte[] secret)TAuthenticationKeyTAuthenticationKey. setSecret(ByteBuffer secret)Methods in org.apache.accumulo.core.securityImpl.thrift with parameters of type TAuthenticationKey Modifier and Type Method Description intTAuthenticationKey. compareTo(TAuthenticationKey other)booleanTAuthenticationKey. equals(TAuthenticationKey that)Constructors in org.apache.accumulo.core.securityImpl.thrift with parameters of type TAuthenticationKey Constructor Description TAuthenticationKey(TAuthenticationKey other)Performs a deep copy on other.
-