API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.auth.kerberos. DelegationPermission View Source
Author(s)
Since
1.4
Version
Serial
Hierarchy
 Object
      Permission
          BasicPermission
              DelegationPermission
Implements
 Serializable
Subclasses
Description
publicfinal class DelegationPermission
  This class is used to restrict the usage of the Kerberos delegation model, ie: forwardable and proxiable tickets.
See also:   
Constructors
public DelegationPermission (String principals)
  Create a new DelegationPermission with the specified subordinate and target principals.
public DelegationPermission (String principals, String actions)
  Create a new DelegationPermission with the specified subordinate and target principals.
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) [Overrides BasicPermission] [Specified in Permission]
  Checks two DelegationPermission objects for equality.
public String getActions () [Inherited From BasicPermission] [Specified in Permission]
  Returns the canonical string representation of the actions, which currently is the empty string "", since there are no actions for a BasicPermission.
publicfinal String getName () [Inherited From Permission]
  Returns the name of this Permission.
public int hashCode () [Overrides BasicPermission] [Specified in Permission]
  Returns the hash code value for this object.
public boolean implies (Permission p) [Overrides BasicPermission] [Specified in Permission]
  Checks if this Kerberos delegation permission object "implies" the specified permission.
public PermissionCollection newPermissionCollection () [Overrides BasicPermission]
  Returns a PermissionCollection object for storing DelegationPermission objects.
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