Class PubServerAuthenticationInfo

java.lang.Object
org.apache.shiro.authc.SimpleAuthenticationInfo
com.priint.pubserver.auth.realm.PubServerAuthenticationInfo
All Implemented Interfaces:
Serializable, org.apache.shiro.authc.AuthenticationInfo, org.apache.shiro.authc.MergableAuthenticationInfo, org.apache.shiro.authc.SaltedAuthenticationInfo

public class PubServerAuthenticationInfo extends org.apache.shiro.authc.SimpleAuthenticationInfo
The type Pub server authentication info.
Since:
4.0.0
See Also:
  • Field Details

    • pubRealm

      public static String pubRealm
      The constant pubRealm.
  • Constructor Details

    • PubServerAuthenticationInfo

      public PubServerAuthenticationInfo()
      Instantiates a new Pub server authentication info.
    • PubServerAuthenticationInfo

      public PubServerAuthenticationInfo(Object principal, Object credentials, String realmName)
      Instantiates a new Pub server authentication info.
      Parameters:
      principal - the principal
      credentials - the credentials
      realmName - the realm name
  • Method Details

    • isResultAuthentication

      public boolean isResultAuthentication()
      Is result authentication boolean.
      Returns:
      the boolean
    • setResultAuthentication

      public void setResultAuthentication(boolean resultAuthentication)
      Sets result authentication.
      Parameters:
      resultAuthentication - the result authentication
    • 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
    • getPluginMappedName

      public Object getPluginMappedName()
      Gets plugin mapped name.
      Returns:
      the plugin mapped name
    • setPluginName

      public void setPluginName(Object pluginName)
      Sets plugin name.
      Parameters:
      pluginName - the plugin name
    • toString

      public String toString()
      Overrides:
      toString in class org.apache.shiro.authc.SimpleAuthenticationInfo