-
-
Constructor Summary
Constructors
-
Method Summary
byte[]
Gets the name of this Principal
object.
void
Sets the name of this Principal
object to the given value.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
value
private byte[] value
-
Constructor Details
-
PrincipalImpl
public PrincipalImpl()
-
Method Details
-
name
public void name(byte[] value)
Sets the name of this Principal
object to the given value.
- Overrides:
name
in class Principal
- Parameters:
value
- the value to be set in the Principal
-
name
public byte[] name()
Gets the name of this Principal
object.
- Overrides:
name
in class Principal
- Returns:
- the name of this
Principal
object