Package com.novell.security.sso.ldap.jndi

Provides classes for accessing Novell's patented SecretStore via LDAP using JNDI.

See:
          Description

Class Summary
JNDISecret Class that represents a secret in SecretStore.
JNDISecretStore Class that represents a SecretStore.
 

Package com.novell.security.sso.ldap.jndi Description

Provides classes for accessing Novell's patented SecretStore via LDAP using JNDI. The JNDISecretStore class represents an object's SecretStore and the JNDISecret class represents secrets in the SecretStore.

In order to use these classes call the method getInstance(Hashtable env) in the com.novell.security.sso.SecretStore class. The environment properties com.novell.security.sso.SecretStore.SECRET_STORE and com.novell.security.sso.SecretStore.HANDLE should be specified. The property "com.novell.sso.secretstore" should be set to "com.novell.security.sso.ldap.jndi.JNDISecretStore". The property com.novell.security.sso.SecretStore.HANDLE should be set to a javax.naming.ldap.LdapContext object. The environment property com.novell.security.sso.SecretStore.TARGET_DN should also be specified. See the documentation for the com.novell.security.sso.ldap.jndi.JNDISecretStore class for details.



Copyright © 1997-2003 Novell, Inc. All Rights Reserved.