org.opengroup.arm40.transaction

Interface ArmUser

public interface ArmUser extends ArmInterface

Represents a user on behalf of whom a transaction is executed. It has the following attributes, all of which are immutable:

Objects implementing this interface are created using ArmTransactionFactory.

Author: ARM Working Group of The Open Group

Method Summary
ArmIDgetID()
StringgetName()

Method Detail

getID

public ArmID getID()

Returns: the name of the user.

getName

public String getName()

Returns: a 16-byte ID associated with the identity of this user, or null.