Interface RealmInitializer


public interface RealmInitializer
Interface to facilitate Initialization of the injected Realm Instance with Application Descriptor info see com.sun.enterprise.web.WebContainer and com.sun.web.security.RealmAdapter
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    initializeRealm(Object bundledescriptor, boolean isSystemApp, String realmName)
     
    void
    Clean up security and policy context.
    void
    Sets the virtual server on which the web module (with which this RealmAdapter is associated with) has been deployed.
    void
     
  • Method Details

    • initializeRealm

      void initializeRealm(Object bundledescriptor, boolean isSystemApp, String realmName)
    • setVirtualServer

      void setVirtualServer(Object container)
      Sets the virtual server on which the web module (with which this RealmAdapter is associated with) has been deployed.
      Parameters:
      container - The virtual server
    • logout

      void logout()
      Clean up security and policy context.
    • updateWebSecurityManager

      void updateWebSecurityManager()