Package com.novell.security.sso.ncp

Provides classes for accessing Novell's patented SecretStore via traditional NCP.

See:
          Description

Class Summary
NCPSecret Class that represents a secret in SecretStore.
NCPSecretStore Class that represents a SecretStore that is connected to over NCP.
SSOWrap Class that contains native declarations for JNI layer that provides Java wrappers for SecretStore C Functions in nwsso.dll.
 

Package com.novell.security.sso.ncp Description

Provides classes for accessing Novell's patented SecretStore via traditional NCP. The NCPSecretStore class represents an object's SecretStore and the NCPSecret class represents secrets in the SecretStore. The SSOWrap class contains native methods that are liked with the nwsso.dll. Note that this dynamic link library must be present to be able to connect to SecretStore using this implementation.

In order to use these classes call the method getInstance(Hashtable env) in the com.novell.security.sso.SecretStore class. The environment property com.novell.security.sso.SecretStore.SECRET_STORE should be set to "com.novell.security.sso.ncp.NCPSecretStore".

The property com.novell.security.sso.SecretStore.HANDLE is not used. The properties com.novell.security.sso.SecretStore.TARGET_DN and com.novell.security.sso.SecretStore.TREE are optional. If not specified this implementation automatically accesses the SecretStore on the primary tree and server for the currently logged on user to that tree and server.

To specify a different target object and/or tree use the environment properties com.novell.security.sso.SecretStore.TARGET_DN and com.novell.security.sso.SecretStore.TREE. com.novell.security.sso.SecretStore.TARGET_DN is the distinguished name (java.lang.String) of the target object and com.novell.security.sso.SecretStore.TREE is the tree name (java.lang.String).



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