Serialized Form


Package com.novell.security.sso

Class com.novell.security.sso.Secret implements Serializable

Serialized Fields

accTime

long accTime
Holds the secret's last accessed time.

crtTime

long crtTime
Holds the secret's created time.

getValueException

SSException getValueException
Used for holding off throwing an SSException object till a call to getValue is made. Handles situations where a status request is made that results in a read call. Even though an exception comes back on the read at times, some cases require returning status information regardless.

id

String id
Holds the secret identifier.

isChanged

boolean isChanged
Value used to determine if the secret has changed since the last read call. This value is true at construction.

modTime

long modTime
Holds the secret's last modified time.

ssFlags

int ssFlags
Internal flags to be passed on all calls.

status

int status
Holds the secret's status.

store

SecretStore store
Handle to the SecretStore object that created this Secret object.

Class com.novell.security.sso.SecretStore implements Serializable

Serialized Fields

clientCryptoStrength

byte clientCryptoStrength
The client crypto strength.

clientVersion

int clientVersion
The client SecretStore version.

enumBuffLen

int enumBuffLen
The enumeration buffer length.

env

Hashtable env
The environment properties.

lastAdminUnlockDn

String lastAdminUnlockDn
The distinguished name of the last SecretStore administrator that unlocked the SecretStore.
Since:
3.02

lastAdminUnlockTime

long lastAdminUnlockTime
Holds the time for the last time the SecretStore administrator unlocked the SecretStore. May be 0 if the SecretStore has never been unlocked.
Since:
3.02

lockCount

int lockCount
The number of locked secrets in SecretStore.

secretCount

int secretCount
The number of secrets in SecretStore.

serverCryptoStrength

byte serverCryptoStrength
The server crypto strength.

serverVersion

int serverVersion
The server SecretStore version.

status

int status
The SecretStore status.

Class com.novell.security.sso.SharedEntry implements Serializable

Serialized Fields

entryStr

String entryStr
The entry's String representation. This is used to cache the value so as to reduce character processing.

isCredSet

boolean isCredSet
Flag that specifies if this object represents a CredSet reference.

key

String key
The entry's key.

value

String value
The entry's value.

Class com.novell.security.sso.SharedSecret implements Serializable

Serialized Fields

secretType

String secretType
The secret type.

wrapSecret

Secret wrapSecret
The wrapped secret.

name

String name
The name of this SharedSecret. Note that this consists of a subset of the identifer such that the name is the part of the identifier that comes after the delimiter ':'.

Class com.novell.security.sso.SSException implements Serializable

Serialized Fields

err

int err
The error code.

hasRoot

boolean hasRoot
Determines if this object has a root exception.

root

Throwable root
The root Throwable.

Class com.novell.security.sso.SSPermission implements Serializable

Serialized Fields

acts

String acts
The actions associated with this SSPermission object.

Possible values:
- "read"
- "write"
- "admin"
- "read,write" "write,read" or any other combination
NOTE: "admin" assumes "read" and "write" permission

canAdmin

boolean canAdmin
Flag that specifies administrator permission.

canRead

boolean canRead
Flag that specifies read permission.

canWrite

boolean canWrite
Flag that specifies write permission.


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

Class com.novell.security.sso.ldap.jndi.JNDISecret implements Serializable

Serialized Fields

name

String name
Holds the distinguished name of the object that owns this secret.

Class com.novell.security.sso.ldap.jndi.JNDISecretStore implements Serializable


Package com.novell.security.sso.ncp

Class com.novell.security.sso.ncp.NCPSecret implements Serializable

Serialized Fields

obj

String obj
The object's distinguished name.

tree

String tree
The object's tree.

Class com.novell.security.sso.ncp.NCPSecretStore implements Serializable



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