API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.smartcardio. CardPermission View Source
Author(s)
Andreas Sterbenz
JSR 268 Expert Group
Since
1.6
Version
1.3, 07/20/06
Serial
Hierarchy
 Object
      Permission
          CardPermission
Implements
Subclasses
Description
public class CardPermission
  A permission for Smart Card operations.
See also:   
Constructors
public CardPermission (String terminalName, String actions)
  Constructs a new CardPermission with the specified actions.
Methods
Hide/Show inherited methods
public void checkGuard (Object object) throws SecurityException [Inherited From Permission]
  Implements the guard interface for a permission.
public boolean equals (Object obj) [Specified in Permission]
  Compares the specified object with this CardPermission for equality.
public String getActions () [Specified in Permission]
  Returns the canonical string representation of the actions.
publicfinal String getName () [Inherited From Permission]
  Returns the name of this Permission.
public int hashCode () [Specified in Permission]
  Returns the hash code value for this CardPermission object.
public boolean implies (Permission permission) [Specified in Permission]
  Checks if this CardPermission object implies the specified permission.
public PermissionCollection newPermissionCollection () [Inherited From Permission]
  Returns an empty PermissionCollection for a given Permission object, or null if one is not defined.
public String toString () [Inherited From Permission]
  Returns a string describing this Permission.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar