JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Serialized Form


Package oracle.security.jazn

Class oracle.security.jazn.JAZNConfigException implements Serializable

Serialized Fields

_cause

Throwable _cause
Contains the original exception that caused this JAZNConfigException to be thrown. This field is set if there is additional information that that could be obtained from the original exception, or if there original exception could not be mapped to a subclass of JAZNConfigException. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.

Class oracle.security.jazn.JAZNException implements Serializable

Serialized Fields

_cause

Throwable _cause
Contains the original exception that caused this JAZNException to be thrown. This field is set if there is additional information that that could be obtained from the original exception, or if there original exception could not be mapped to a subclass of JAZNException. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.

Class oracle.security.jazn.JAZNInitException implements Serializable

Class oracle.security.jazn.JAZNNamingException implements Serializable

Class oracle.security.jazn.JAZNObjectExistsException implements Serializable

Class oracle.security.jazn.JAZNObjectNotFoundException implements Serializable

Class oracle.security.jazn.JAZNPermission implements Serializable

Class oracle.security.jazn.JAZNRuntimeException implements Serializable

Serialized Fields

_cause

Throwable _cause
Contains the original exception that caused this JAZNRuntimeException to be thrown. This field is set if there is additional information that that could be obtained from the original exception, or if there original exception could not be mapped to a subclass of JAZNRuntimeException. Can be null. This field is initialized by the constructors. You should access and manipulate this field through its get and set methods.

Package oracle.security.jazn.realm

Class oracle.security.jazn.realm.RealmPermission implements Serializable

Serialized Fields

_actions

String _actions

_actionsVector

Vector _actionsVector

Package oracle.security.jazn.policy

Class oracle.security.jazn.policy.AdminPermission implements Serializable

Serialized Fields

_perm

Permission _perm

Class oracle.security.jazn.policy.RoleAdminPermission implements Serializable

Serialized Fields

_role

RealmRole _role

_realmName

String _realmName

_roleName

String _roleName

_bMatchAll

boolean _bMatchAll

JAAS Provider Java API Reference
10g (9.0.4.0.0)

B10389-01

Copyright 2002, 2003 Oracle Corporation. All Rights Reserved.