Class BaseRealm

  • All Implemented Interfaces:
    Comparable<Realm>
    Direct Known Subclasses:
    AppservRealm, CertificateRealm, DigestRealmBase, FileRealm, LDAPRealm, SolarisRealm

    public abstract class BaseRealm
    extends Realm
    Parent class for Payara 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