Ejemplo n.º 1
0
 /// <exception cref="Org.Apache.Hadoop.Security.Token.SecretManager.InvalidToken"/>
 /// <exception cref="Org.Apache.Hadoop.Ipc.StandbyException"/>
 /// <exception cref="Org.Apache.Hadoop.Ipc.RetriableException"/>
 /// <exception cref="System.IO.IOException"/>
 private char[] GetPassword(TokenIdentifier tokenid)
 {
     return(EncodePassword(secretManager.RetriableRetrievePassword(tokenid)));
 }