Located in compilation unit of javax.
Modifier and Type | Field and Description |
---|---|
private transient ConcurrentHashMap | |
private static final ObjectStreamField[] | |
private static final long |
Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public void | add(Permission
the Permission object to add. permission)Implements abstract java. |
public Enumeration | Returns: an enumeration of all the ServicePermission objects.Implements abstract java. |
public boolean | Returns: true if "permission" is a proper subset of a permission in the collection, false if not.the Permission object to compare permission)Implements abstract java. |
private void | |
private void |
perms | back to summary |
---|---|
private transient ConcurrentHashMap<String, Permission> perms |
serialPersistentFields | back to summary |
---|---|
private static final ObjectStreamField[] serialPersistentFields
|
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
KrbServicePermissionCollection | back to summary |
---|---|
public KrbServicePermissionCollection() |
add | back to summary |
---|---|
public void add(Permission permission) Implements abstract java. Adds a permission to the ServicePermissions. The key for the hash is the name.
|
elements | back to summary |
---|---|
public Enumeration Implements abstract java. Returns an enumeration of all the ServicePermission objects in the container.
|
implies | back to summary |
---|---|
public boolean implies(Permission permission) Implements abstract java. Check and see if this collection of permissions implies the permissions expressed in "permission".
|
readObject | back to summary |
---|---|
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
|
writeObject | back to summary |
---|---|
private void writeObject(ObjectOutputStream out) throws IOException
|