com.collation.platform.model.topology.app.j2ee.websphere
Interface WebSphereAuthMappingModule
- All Superinterfaces:
- LogicalElement, ManagedElement, ManagedSystemElement, ModelObject, java.io.Serializable
public interface WebSphereAuthMappingModule
- extends LogicalElement
Represents a WebSphere Auth Mapping Module for a Connection pool
- Naming Rules:
- 0="parent,authDataAlias"
1="managedSystemName"
- Persistable:
- true
- Table Name:
- WASAUTHMAP
- Display Name:
- parent,authDataAlias
Methods inherited from interface com.collation.platform.model.ModelObject |
getAdminState, getAllAttributes, getBidiFlag, getBidiFormat, getCDMSource, getCmdbSource, getContextIp, getCreatedBy, getDescription, getDisplayName, getExtendedAttributes, getGuid, getLabel, getLastModifiedBy, getLastModifiedTime, getObjectType, getSourceToken, hasAdminState, hasBidiFlag, hasBidiFormat, hasCDMSource, hasCmdbSource, hasContextIp, hasDescription, hasDisplayName, hasExtendedAttributes, hasGuid, hasLabel, hasObjectType, hasSourceToken, setAdminState, setBidiFlag, setBidiFormat, setCDMSource, setCmdbSource, setContextIp, setDescription, setExtendedAttributes, setGuid, setLabel, setObjectType, setSourceToken |
getParent
WebSphereJ2EEResource getParent()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
- Implicit Relationship Type:
- name="com.collation.platform.model.topology.relation.Contains"
reverse="true"
setParent
void setParent(WebSphereJ2EEResource cp)
hasParent
boolean hasParent()
getMappingConfigAlias
java.lang.String getMappingConfigAlias()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setMappingConfigAlias
void setMappingConfigAlias(java.lang.String mappingConfigAlias)
hasMappingConfigAlias
boolean hasMappingConfigAlias()
getAuthDataAlias
java.lang.String getAuthDataAlias()
throws AttributeNotSetException
- Throws:
AttributeNotSetException
setAuthDataAlias
void setAuthDataAlias(java.lang.String authDataAlias)
hasAuthDataAlias
boolean hasAuthDataAlias()