IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wssecurity.auth.token
Class WSSToken.AttributesEnumerator

java.lang.Object
  extended by com.ibm.wsspi.wssecurity.auth.token.WSSToken.AttributesEnumerator
All Implemented Interfaces:
java.util.Enumeration
Enclosing class:
WSSToken

protected class WSSToken.AttributesEnumerator
extends java.lang.Object
implements java.util.Enumeration


Field Summary
protected  java.util.Iterator _it
           
 
Constructor Summary
WSSToken.AttributesEnumerator(java.util.Iterator it)
           
 
Method Summary
 boolean hasMoreElements()
           
 java.lang.Object nextElement()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_it

protected java.util.Iterator _it
Constructor Detail

WSSToken.AttributesEnumerator

public WSSToken.AttributesEnumerator(java.util.Iterator it)
Method Detail

hasMoreElements

public boolean hasMoreElements()
Specified by:
hasMoreElements in interface java.util.Enumeration

nextElement

public java.lang.Object nextElement()
                             throws java.util.NoSuchElementException
Specified by:
nextElement in interface java.util.Enumeration
Throws:
java.util.NoSuchElementException

IBM WebSphere Application ServerTM
Release 7