Class BaseRealm

java.lang.Object
com.sun.enterprise.security.auth.realm.Realm
com.sun.enterprise.security.BaseRealm
All Implemented Interfaces:
Comparable
Direct Known Subclasses:
IASRealm, IASRealm

public abstract class BaseRealm extends Realm
Parent class for iAS Realm classes.

This class provides default implementation for most of the abstract methods in com.sun.enterprise.security.auth.realm.Realm. Since most of these abstract methods are not supported by Realms there is no need for the subclasses to implement them. The default implementations provided here generally throw an exception if invoked.

Author:
Harpreet Singh
  • Field Details

    • JAAS_CONTEXT_PARAM

      public static final String JAAS_CONTEXT_PARAM
      See Also:
    • sm

      protected static final com.sun.enterprise.util.i18n.StringManager sm
  • Constructor Details

    • BaseRealm

      public BaseRealm()
  • Method Details