Class: java.security.PermissionsEnumerator
- final class PermissionsEnumerator
- implements Enumeration<Permission>
Methods
-
PermissionsEnumeratortop
PermissionsEnumerator(Iterator<PermissionCollection> e) -
getNextEnumWithMoretop
private Enumeration<Permission> getNextEnumWithMore() -
hasMoreElementstop
public boolean hasMoreElements()Tests if this enumeration contains more elements.- Specified by:
- hasMoreElements from Enumeration<Permission>
-
nextElementtop
public Permission nextElement()Returns the next element of this enumeration if this enumeration object has at least one more element to provide.- Specified by:
- nextElement from Enumeration<Permission>
Fields
-
perms
private Iterator<PermissionCollection> perms -
permset
private Enumeration<Permission> permset
