Class CertificateRealm.AppContextCallback

  • All Implemented Interfaces:
    Callback
    Enclosing class:
    CertificateRealm

    public static final class CertificateRealm.AppContextCallback
    extends Object
    implements Callback

    A LoginModule for CertificateRealm can instantiate and pass a AppContextCallback to handle method of the passed CallbackHandler to retrieve the application name information.

    • Constructor Detail

      • AppContextCallback

        public AppContextCallback()
    • Method Detail

      • getModuleID

        public String getModuleID()
        Get the fully qualified module name. The module name consists of the application name (if not a singleton) followed by a '#' and the name of the module.

        Returns:
        the application name.
      • setModuleID

        public void setModuleID​(String moduleID)
        Set the fully qualified module name. The module name consists of the application name (if not a singleton) followed by a '#' and the name of the module.
        Parameters:
        moduleID -