Class PubServerCacheObject

java.lang.Object
com.priint.pubserver.auth.realm.PubServerCacheObject

public class PubServerCacheObject extends Object
The type Pub server cache object.
Since:
4.0.0
  • Constructor Details

    • PubServerCacheObject

      public PubServerCacheObject()
  • Method Details

    • getPluginmappedName

      public String getPluginmappedName()
      Gets pluginmapped name.
      Returns:
      the pluginmapped name
    • setPluginmappedName

      public void setPluginmappedName(String pluginmappedName)
      Sets pluginmapped name.
      Parameters:
      pluginmappedName - the pluginmapped name
    • getPluginJndiName

      public String getPluginJndiName()
      Gets plugin jndi name.
      Returns:
      the plugin jndi name
    • setPluginJndiName

      public void setPluginJndiName(String pluginJndiName)
      Sets plugin jndi name.
      Parameters:
      pluginJndiName - the plugin jndi name
    • getPluginJndiNameLocal

      public String getPluginJndiNameLocal()
      Gets plugin jndi name local.
      Returns:
      the plugin jndi name local
    • setPluginJndiNameLocal

      public void setPluginJndiNameLocal(String pluginJndiName)
      Sets plugin jndi name local.
      Parameters:
      pluginJndiName - the plugin jndi name
    • getPluginRemoteObj

      public AuthenticationRemote getPluginRemoteObj()
      Gets plugin remote obj.
      Returns:
      the plugin remote obj
    • setPluginRemoteObj

      public void setPluginRemoteObj(AuthenticationRemote pluginRemoteObj)
      Sets plugin remote obj.
      Parameters:
      pluginRemoteObj - the plugin remote obj
    • getPluginLocalObj

      public AuthenticationLocal getPluginLocalObj()
      Gets plugin local obj.
      Returns:
      the plugin local obj
    • setPluginLocalObj

      public void setPluginLocalObj(AuthenticationLocal pluginLocalObj)
      Sets plugin local obj.
      Parameters:
      pluginLocalObj - the plugin local obj
    • toString

      public String toString()
      Overrides:
      toString in class Object