Package org.eclipse.higgins.idas.common

This package provides some basic implementations of various IdAS interfaces for use by context providers.

See:
          Description

Class Summary
AuthNAnonymousMaterials Marker class for specifying an anonymous identity for 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.
AuthNDigestMaterials  
AuthNLeastPrivilegedUserMaterials Marker class for specifying a Context Provider-configured least privileged user identity for IContext.open(Object).
AuthNNamePasswordMaterials Simple username and password authorization materials which may be used in IContext.open(Object)
AuthNSelfIssuedMaterials Authorization materials comprised of privatepersonalidentifier, publicKey modulus, and publicKey exponent which may be used in IContext.open(Object).
AuthNX509CertificateMaterials  
 

Package org.eclipse.higgins.idas.common Description

This package provides some basic implementations of various IdAS interfaces for use by context providers.

The basic implementations in this package are meant to provide minimal functionality. Concerns such as scalability, thread-safety, and performance were ignored during their creation, thus context provider writers should use caution in their incorporation.