Class NormalUser

java.lang.Object
  |
  +--User
        |
        +--NormalUser

public class NormalUser
extends User

The only user that is allowed access to private objects on the token.


Constructor Summary
NormalUser()
           
 
Method Summary
 void setPin()
          Modifies the PIN of the user that is currently logged in.
 
Methods inherited from class User
login, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NormalUser

public NormalUser()
Method Detail

setPin

public void setPin()
            throws OoctiException
Modifies the PIN of the user that is currently logged in.
Throws:
CRYPTOKI_NOT_INITIALIZED -  
DEVICE_ERROR -  
DEVICE_REMOVED -  
DEVICE_MEMORY -  
FUNCTION_FAILED -  
GENERAL_ERROR -  
HOST_MEMORY -  
PIN_INCORRECT -  
PIN_INVALID -  
PIN_LEN_RANGE -  
PIN_LOCKED -  
SESSION_CLOSED -  
SESSION_HANDLE_INVALID -  
SESSION_READ_ONLY -  
TOKEN_WRITE_PROTECTED -  
ARGUMENTS_BAD -