Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


Serialized Form


Package oracle.security.jazn

Class oracle.security.jazn.JAZNConfigException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_cause

java.lang.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 extends java.lang.Exception implements Serializable

Serialized Fields

_cause

java.lang.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 extends JAZNRuntimeException implements Serializable

Class oracle.security.jazn.JAZNNamingException extends JAZNException implements Serializable

Class oracle.security.jazn.JAZNObjectExistsException extends JAZNException implements Serializable

Class oracle.security.jazn.JAZNObjectNotFoundException extends JAZNException implements Serializable

Class oracle.security.jazn.JAZNPermission extends java.security.BasicPermission implements Serializable

Class oracle.security.jazn.JAZNRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_cause

java.lang.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.policy

Class oracle.security.jazn.policy.AdminPermission extends java.security.Permission implements Serializable

Serialized Fields

_perm

java.security.Permission _perm

Class oracle.security.jazn.policy.RoleAdminPermission extends java.security.Permission implements Serializable

Serialized Fields

_role

RealmRole _role

_realmName

java.lang.String _realmName

_roleName

java.lang.String _roleName

_bMatchAll

boolean _bMatchAll

Package oracle.security.jazn.realm

Class oracle.security.jazn.realm.RealmPermission extends java.security.Permission implements Serializable

Serialized Fields

_actions

java.lang.String _actions

_actionsVector

java.util.Vector _actionsVector

Oracle Application Server JAAS Provider API Reference
10g Release 2 (10.1.2)

B14019-02


Copyright © 2004, 2005, Oracle. All rights reserved.