org.eclipse.higgins.idas.common
Class AuthNDigestMaterials

java.lang.Object
  extended by org.eclipse.higgins.idas.common.AuthNDigestMaterials
All Implemented Interfaces:
Serializable, org.eclipse.higgins.idas.api.IAuthNAttributesMaterials, org.eclipse.higgins.idas.api.IAuthNMaterials, org.eclipse.higgins.idas.api.IHasAttributes
Direct Known Subclasses:
AuthNSelfIssuedMaterials, AuthNX509CertificateMaterials

public abstract class AuthNDigestMaterials
extends Object
implements org.eclipse.higgins.idas.api.IAuthNAttributesMaterials, org.eclipse.higgins.idas.api.IAuthNMaterials

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
AuthNDigestMaterials()
           
 
Method Summary
abstract  byte[] getSHA1Digest()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.eclipse.higgins.idas.api.IAuthNAttributesMaterials
getManagedAttr, getManagedAttrID
 
Methods inherited from interface org.eclipse.higgins.idas.api.IHasAttributes
addAttribute, addAttribute, addAttributeValue, getAttribute, getAttributes, getSingleValuedAttribute, removeAttribute, removeAttributeValue, removeAttributeValue
 

Constructor Detail

AuthNDigestMaterials

public AuthNDigestMaterials()
Method Detail

getSHA1Digest

public abstract byte[] getSHA1Digest()
                              throws org.eclipse.higgins.idas.api.IdASException
Throws:
org.eclipse.higgins.idas.api.IdASException