Class SecurityMgr

java.lang.Object
com.avoka.tm.vo.SecurityMgr

public class SecurityMgr extends Object
Provide a Security Manager value object class.
Since:
19.11.0
  • Constructor Details

    • SecurityMgr

      public SecurityMgr()
    • SecurityMgr

      public SecurityMgr(com.avoka.fc.core.entity.SecurityManager securityManager)
      Creates a new Security Mgr value object with the given Security Manager
      Parameters:
      securityManager - the Security Manager entity (required)
    • SecurityMgr

      public SecurityMgr(Map fields)
      Create a unit testing SecurityMgr value object with the given fields.
      Parameters:
      fields - the Security Manager entity fields (required)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
      Returns:
      a string representation of the object.
    • getName

      public String getName()
      The Security Manager name
    • getDescription

      public String getDescription()
      The Security Manager description
    • getLoginUrl

      public String getLoginUrl()
      The login url
    • getLogoutUrlChain

      public String getLogoutUrlChain()
      The logout url chain
    • getParameters

      public Map<String,String> getParameters()
      The Security Manager parameters
    • getSsoKeystoreData

      public byte[] getSsoKeystoreData()
      The SSO Keystore Data
    • getSsoKeystorePassword

      public String getSsoKeystorePassword()
      The SSO Keystore Password
    • getSsoPrivateKeyAlias

      public String getSsoPrivateKeyAlias()
      The SSO Private Key Alias
    • getSsoPrivateKeyPassword

      public String getSsoPrivateKeyPassword()
      The SSO Private Key Password
    • getSsoValidatorCertData

      public byte[] getSsoValidatorCertData()
      The SSO Validator Certificate Data