public static class CreatePrincipalsServerAction.CreatePrincipalResult extends Object
| Constructor and Description |
|---|
CreatePrincipalResult(String principal,
String password,
Integer keyNumber)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Integer |
getKeyNumber()
Gets the password's key number
|
String |
getPassword()
Gets the principal's password
|
String |
getPrincipal()
Gets the principal name
|
public String getPrincipal()
public String getPassword()
public Integer getKeyNumber()
Copyright © 2022 Apache Software Foundation. All rights reserved.