public class SecuritySourceList
extends exa.bee.config.Versioned
implements com.exalead.util.Checkable, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
static boolean |
DEFAULT_STRICT_CONFIG |
java.util.List<SecuritySourceBase> |
securitySourceBase |
boolean |
strictConfig |
Constructor and Description |
---|
SecuritySourceList() |
SecuritySourceList(SecuritySourceList o)
Copy constructor
|
Modifier and Type | Method and Description |
---|---|
void |
check(boolean deep,
java.lang.String errorContext)
Checks this SecuritySourceList.
|
static SecuritySourceList |
fromString(java.lang.String s)
String representation of this SecuritySourceList.
|
java.util.List<SecuritySourceBase> |
getSecuritySourceBase() |
java.util.Map<java.lang.String,SecuritySourceBase> |
getSecuritySourceBaseAsMap()
Get the map of SecuritySourceBase, indexed by name
|
SecuritySourceBase |
getSecuritySourceBaseByName(java.lang.String _lookup)
Get the SecuritySourceBase for which the name matches _lookup
|
boolean |
isStrictConfig()
Stops deployment if a security source failed to initialize.
|
SecuritySourceList |
makeCopy()
Creates and returns a deep copy of this SecuritySourceList.
|
static SecuritySourceList |
readFrom(java.io.InputStream is)
Read this SecuritySourceList from an XML fragment.
|
boolean |
removeSecuritySourceBaseByName(java.lang.String _lookup)
Removes the SecuritySourceBase for which the name matches _lookup
|
void |
setStrictConfig(boolean strictConfig)
Stops deployment if a security source failed to initialize.
|
java.lang.String |
toString()
String representation of this SecuritySourceList.
|
SecuritySourceList |
withSecuritySourceBase(java.util.Collection<SecuritySourceBase> __values) |
SecuritySourceList |
withSecuritySourceBase(SecuritySourceBase... __values) |
SecuritySourceList |
withStrictConfig(boolean strictConfig) |
SecuritySourceList |
withStrictConfig(java.lang.Boolean strictConfig) |
SecuritySourceList |
withVersion(long version) |
SecuritySourceList |
withVersion(java.lang.Long version) |
void |
writeTo(java.io.OutputStream os)
Write this SecuritySourceList as an XML fragment
|
public java.util.List<SecuritySourceBase> securitySourceBase
public boolean strictConfig
public static final boolean DEFAULT_STRICT_CONFIG
public SecuritySourceList()
public SecuritySourceList(SecuritySourceList o)
public SecuritySourceList withVersion(long version)
withVersion
in class exa.bee.config.Versioned
public SecuritySourceList withVersion(java.lang.Long version)
withVersion
in class exa.bee.config.Versioned
public java.util.List<SecuritySourceBase> getSecuritySourceBase()
public SecuritySourceBase getSecuritySourceBaseByName(java.lang.String _lookup)
public java.util.Map<java.lang.String,SecuritySourceBase> getSecuritySourceBaseAsMap()
public boolean removeSecuritySourceBaseByName(java.lang.String _lookup)
public SecuritySourceList withSecuritySourceBase(SecuritySourceBase... __values)
public SecuritySourceList withSecuritySourceBase(java.util.Collection<SecuritySourceBase> __values)
public void setStrictConfig(boolean strictConfig)
public boolean isStrictConfig()
public SecuritySourceList withStrictConfig(boolean strictConfig)
public SecuritySourceList withStrictConfig(java.lang.Boolean strictConfig)
public SecuritySourceList makeCopy()
makeCopy
in class exa.bee.config.Versioned
public static SecuritySourceList readFrom(java.io.InputStream is) throws javax.xml.bind.JAXBException
javax.xml.bind.JAXBException
public void writeTo(java.io.OutputStream os) throws javax.xml.bind.JAXBException, java.io.IOException
writeTo
in class exa.bee.config.Versioned
javax.xml.bind.JAXBException
java.io.IOException
public static SecuritySourceList fromString(java.lang.String s) throws javax.xml.bind.JAXBException, java.io.UnsupportedEncodingException
javax.xml.bind.JAXBException
java.io.UnsupportedEncodingException
public java.lang.String toString()
toString
in class exa.bee.config.Versioned
public void check(boolean deep, java.lang.String errorContext) throws com.exalead.util.TypedException
check
in interface com.exalead.util.Checkable
check
in class exa.bee.config.Versioned
com.exalead.util.TypedException
Copyright © 2021 Dassault Systèmes, All Rights Reserved.