java.lang.Object
org.jboss.security.plugins.JaasSecurityManagerService.DomainEnumeration
- All Implemented Interfaces:
- java.util.Enumeration, javax.naming.NamingEnumeration
- Enclosing class:
- JaasSecurityManagerService
- static class JaasSecurityManagerService.DomainEnumeration
- extends java.lang.Object
- implements javax.naming.NamingEnumeration
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
domains
java.util.Enumeration domains
ctxMap
java.util.Hashtable ctxMap
JaasSecurityManagerService.DomainEnumeration
JaasSecurityManagerService.DomainEnumeration(java.util.Enumeration domains,
java.util.Hashtable ctxMap)
close
public void close()
- Specified by:
close in interface javax.naming.NamingEnumeration
hasMoreElements
public boolean hasMoreElements()
- Description copied from interface:
java.util.Enumeration
- Tests whether there are elements remaining in the enumeration.
- Specified by:
hasMoreElements in interface java.util.Enumeration
hasMore
public boolean hasMore()
- Specified by:
hasMore in interface javax.naming.NamingEnumeration
next
public java.lang.Object next()
- Specified by:
next in interface javax.naming.NamingEnumeration
nextElement
public java.lang.Object nextElement()
- Description copied from interface:
java.util.Enumeration
- Obtain the next element in the enumeration.
- Specified by:
nextElement in interface java.util.Enumeration