org.persvr.security
Interface User

All Superinterfaces:
Capability, java.security.acl.Permission, java.security.Principal
All Known Implementing Classes:
CapabilityUser, UserSecurity.PriviledgedUser

public interface User
extends Capability, java.security.Principal

This represents a user in the Persevere system

Author:
Kris

Method Summary
 java.lang.String getCurrentTicket()
          Allows a user to return ticket so that the password does not need to be stored for reauthentication This may be moved to a separate interface
 
Methods inherited from interface org.persvr.security.Capability
getPermissionLevel, grantCapability, grantCapability, hasPermission
 
Methods inherited from interface java.security.acl.Permission
equals, toString
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getCurrentTicket

java.lang.String getCurrentTicket()
Allows a user to return ticket so that the password does not need to be stored for reauthentication This may be moved to a separate interface

Returns:
ticket