Package com.avoka.tm.vo
Class SecurityMgr
java.lang.Object
com.avoka.tm.vo.SecurityMgr
Provide a Security Manager value object class.
- Since:
- 19.11.0
- 
Constructor SummaryConstructorsConstructorDescriptionSecurityMgr(com.avoka.fc.core.entity.SecurityManager securityManager) Creates a new Security Mgr value object with the given Security ManagerSecurityMgr(Map fields) Create a unit testing SecurityMgr value object with the given fields.
- 
Method SummaryModifier and TypeMethodDescriptionThe Security Manager descriptionThe login urlThe logout url chaingetName()The Security Manager nameThe Security Manager parametersbyte[]The SSO Keystore DataThe SSO Keystore PasswordThe SSO Private Key AliasThe SSO Private Key Passwordbyte[]The SSO Validator Certificate DatatoString()
- 
Constructor Details- 
SecurityMgrpublic SecurityMgr()
- 
SecurityMgrpublic 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)
 
- 
SecurityMgrCreate a unit testing SecurityMgr value object with the given fields.- Parameters:
- fields- the Security Manager entity fields (required)
 
 
- 
- 
Method Details- 
toString
- 
getNameThe Security Manager name
- 
getDescriptionThe Security Manager description
- 
getLoginUrlThe login url
- 
getLogoutUrlChainThe logout url chain
- 
getParametersThe Security Manager parameters
- 
getSsoKeystoreDatapublic byte[] getSsoKeystoreData()The SSO Keystore Data
- 
getSsoKeystorePasswordThe SSO Keystore Password
- 
getSsoPrivateKeyAliasThe SSO Private Key Alias
- 
getSsoPrivateKeyPasswordThe SSO Private Key Password
- 
getSsoValidatorCertDatapublic byte[] getSsoValidatorCertData()The SSO Validator Certificate Data
 
-