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

B14019-02


Package oracle.security.jazn.realm

Provides the classes and interfaces for the Realm framework.

See:
          Description

Interface Summary
InitRealmInfo.RealmType RealmType defines the different realm types supported by JAZN.
Realm A Realm provides access to a store of roles and users.
Realm.LDAPProperty LDAPProperty defines the LDAP properties applicable for creating a realm (user manager and role manager) using LDAP directory as a backing store.
RealmPrincipal RealmPrincipal extends from java.security.Principal.
RealmRole A RealmRole is a role associated with a realm.
RealmUser A RealmUser is a user associated with a realm.
RoleManager Interface RoleManager defines the APIs for managing roles in a realm.
UserManager Interface UserManager define the APIs for managing users in a realm.

 

Class Summary
GenericPrincipal  
InitRealmInfo InitRealmInfo class is used as a placeholder for specifying realm properties when creating a new Realm.
LDAPPrincipal  
RealmLoginModule A Realm-based Login module.
RealmManager A RealmManager manages realms.
RealmPermission A RealmPermission class is defined to represent permissions for a realm.
RealmUserPrivateCredential This class represents a private credential for a realm user.

 

Package oracle.security.jazn.realm Description

Provides the classes and interfaces for the Realm framework.


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

B14019-02


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