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 Summary
ConstructorDescriptionSecurityMgr
(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 Summary
Modifier 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
-
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
Create a unit testing SecurityMgr value object with the given fields.- Parameters:
fields
- the Security Manager entity fields (required)
-
-
Method Details
-
toString
-
getName
The Security Manager name -
getDescription
The Security Manager description -
getLoginUrl
The login url -
getLogoutUrlChain
The logout url chain -
getParameters
The Security Manager parameters -
getSsoKeystoreData
public byte[] getSsoKeystoreData()The SSO Keystore Data -
getSsoKeystorePassword
The SSO Keystore Password -
getSsoPrivateKeyAlias
The SSO Private Key Alias -
getSsoPrivateKeyPassword
The SSO Private Key Password -
getSsoValidatorCertData
public byte[] getSsoValidatorCertData()The SSO Validator Certificate Data
-