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

Provides the classes and interfaces for the Realm framework.

See:
          Description

Interface Summary
DeactivatableUser A marker interface for users that can be deactivated.
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
CoreIDPrincipal  
GenericPrincipal  
InitRealmInfo InitRealmInfo class is used as a placeholder for specifying realm properties when creating a new Realm.
LDAPPrincipal  
RealmLoginModule A delegating login module which delegates all method invocations to oracle.security.jazn.loginm.module.RealmLoginModule.
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.
SAMLPrincipal  

 

Package oracle.security.jazn.realm Description

Provides the classes and interfaces for the Realm framework.


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.