Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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.asserter

Class oracle.security.jazn.asserter.AsserterException extends java.lang.Exception implements Serializable

Package oracle.security.jazn.collector

Class oracle.security.jazn.collector.CollectorException extends java.lang.Exception implements Serializable

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

Serialized Fields

_principal

java.lang.String _principal

_normalizePrincipal

java.lang.String _normalizePrincipal

Class oracle.security.jazn.realm.GenericPrincipal extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_desc

java.lang.String _desc

_canonicalName

java.lang.String _canonicalName

Class oracle.security.jazn.realm.LDAPPrincipal extends GenericPrincipal implements Serializable

Serialized Fields

_dn

java.lang.String _dn

_normalizedDn

java.lang.String _normalizedDn

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

Serialized Fields

_actions

java.lang.String _actions

_actionsVector

java.util.Vector _actionsVector

Class oracle.security.jazn.realm.SAMLPrincipal extends java.lang.Object implements Serializable

Serialized Fields

_name

java.lang.String _name

_description

java.lang.String _description

Package oracle.security.jazn.sso.util

Class oracle.security.jazn.sso.util.InvalidKeyTypeException extends java.lang.Exception implements Serializable

Serialized Fields

_errCode

int _errCode

Package oracle.security.jazn.token

Class oracle.security.jazn.token.TokenNotFoundException extends java.lang.Exception implements Serializable

Skip navigation links

Oracle Containers for J2EE Security Java API Reference
10g Release 3 (10.1.3.1.0)

B32115-01


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