org.eclipse.higgins.idas.common
Class AuthNAnonymousMaterials

java.lang.Object
  extended by org.eclipse.higgins.idas.common.AuthNAnonymousMaterials
All Implemented Interfaces:
Serializable, org.eclipse.higgins.idas.api.IAuthNMaterials

public class AuthNAnonymousMaterials
extends Object
implements org.eclipse.higgins.idas.api.IAuthNMaterials

Marker class for specifying an anonymous identity for org.eclipse.higgins.idas.api.IContext#open(Object) This class is for IdAS consumers that need to open a context and specify that the contxt be opened using an anonymous identity.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface org.eclipse.higgins.idas.api.IAuthNMaterials
AUTHNMATERIALS_TYPE_ANONYMOUS, AUTHNMATERIALS_TYPE_IMPLIED, AUTHNMATERIALS_TYPE_LEASTPRIVILEGED, AUTHNMATERIALS_TYPE_MINFOCARD, AUTHNMATERIALS_TYPE_NAMEPRIVATEKEY, AUTHNMATERIALS_TYPE_PINFOCARD, AUTHNMATERIALS_TYPE_SAMLPOLICY, AUTHNMATERIALS_TYPE_USERNAMEPASSWORD
 
Constructor Summary
AuthNAnonymousMaterials()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthNAnonymousMaterials

public AuthNAnonymousMaterials()
                        throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException