Home » openjdk-7 » javax.security » auth » kerberos » [javadoc | source]
javax.security.auth.kerberos
final class: KrbDelegationPermissionCollection [javadoc | source]
java.lang.Object
   java.security.PermissionCollection
      javax.security.auth.kerberos.KrbDelegationPermissionCollection

All Implemented Interfaces:
    java$io$Serializable, Serializable

Constructor:
 public KrbDelegationPermissionCollection() 
Method from javax.security.auth.kerberos.KrbDelegationPermissionCollection Summary:
add,   elements,   implies
Methods from java.security.PermissionCollection:
add,   elements,   implies,   isReadOnly,   setReadOnly,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.security.auth.kerberos.KrbDelegationPermissionCollection Detail:
 public  void add(Permission permission) 
    Adds a permission to the DelegationPermissions. The key for the hash is the name.
 public Enumeration<Permission> elements() 
    Returns an enumeration of all the DelegationPermission objects in the container.
 public boolean implies(Permission permission) 
    Check and see if this collection of permissions implies the permissions expressed in "permission".