Package com.priint.pubserver.auth.realm
Class PubServerCacheObject
java.lang.Object
com.priint.pubserver.auth.realm.PubServerCacheObject
The type Pub server cache object.
- Since:
- 4.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets plugin jndi name.Gets plugin jndi name local.Gets plugin local obj.Gets pluginmapped name.Gets plugin remote obj.voidsetPluginJndiName(String pluginJndiName) Sets plugin jndi name.voidsetPluginJndiNameLocal(String pluginJndiName) Sets plugin jndi name local.voidsetPluginLocalObj(AuthenticationLocal pluginLocalObj) Sets plugin local obj.voidsetPluginmappedName(String pluginmappedName) Sets pluginmapped name.voidsetPluginRemoteObj(AuthenticationRemote pluginRemoteObj) Sets plugin remote obj.toString()
-
Constructor Details
-
PubServerCacheObject
public PubServerCacheObject()
-
-
Method Details
-
getPluginmappedName
Gets pluginmapped name.- Returns:
- the pluginmapped name
-
setPluginmappedName
Sets pluginmapped name.- Parameters:
pluginmappedName- the pluginmapped name
-
getPluginJndiName
Gets plugin jndi name.- Returns:
- the plugin jndi name
-
setPluginJndiName
Sets plugin jndi name.- Parameters:
pluginJndiName- the plugin jndi name
-
getPluginJndiNameLocal
Gets plugin jndi name local.- Returns:
- the plugin jndi name local
-
setPluginJndiNameLocal
Sets plugin jndi name local.- Parameters:
pluginJndiName- the plugin jndi name
-
getPluginRemoteObj
Gets plugin remote obj.- Returns:
- the plugin remote obj
-
setPluginRemoteObj
Sets plugin remote obj.- Parameters:
pluginRemoteObj- the plugin remote obj
-
getPluginLocalObj
Gets plugin local obj.- Returns:
- the plugin local obj
-
setPluginLocalObj
Sets plugin local obj.- Parameters:
pluginLocalObj- the plugin local obj
-
toString
-