public class PrincipalDesc extends Object implements Serializable, Cloneable
Constructor and Description |
---|
PrincipalDesc() |
PrincipalDesc(String name,
PrincipalType type) |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
PrincipalType |
getType() |
void |
setName(String name) |
void |
setType(PrincipalType type) |
public PrincipalDesc(String name, PrincipalType type)
public PrincipalDesc()
public String getName()
public void setName(String name)
public PrincipalType getType()
public void setType(PrincipalType type)
Copyright © 2017 The Apache Software Foundation. All rights reserved.