Skip navigation links

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

B32115-01


Package oracle.security.jazn

Provides the classes and interfaces for Oracle's authorization/policy provider for JAAS (Java Authentication and Authorization Service).

See:
          Description

Interface Summary
Persistable This interface defines the basic behavior for a persistable object.

 

Class Summary
ApplicationServerProxy A proxy for JAZN access to application server internals.
JAZNConfig This class represents a <jazn> Configuration instance.
JAZNContext This class provides a starting point for obtaining JAZN-related objects and a centralized place for managing JAZN properties.
JAZNIDMHelper  
JAZNPermission This class is for authorization permissions.
JAZNWebAppConfig This class represents a <jazn-web-app> Configuration instance.

 

Exception Summary
JAZNConfigException An JAZNConfigException represents an authorization exception.
JAZNException An JAZNException represents an authorization exception.
JAZNInitException JAZNInitException is thrown when an initialization error occurred.
JAZNNamingException A JAZNNamingException class is used to wrap a javax.naming.NamingException.
JAZNObjectExistsException JAZNObjectExistsException is thrown when an attempt is made to create an object that already exists.
JAZNObjectNotFoundException JAZNObjectNotFoundException is thrown when an attempt is made to access an object that does not already exist.
JAZNRuntimeException An JAZNRuntimeException represents an authorization exception.

 

Package oracle.security.jazn Description

Provides the classes and interfaces for Oracle's authorization/policy provider for JAAS (Java Authentication and Authorization Service).

Besides providing a full implementation of javax.security.auth.Policy, JAZN enhances JAAS in the following ways:

For more information about JAAS, please refer to SUN's official web site for JAAS.


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.