public class JBossMappingManager extends Object implements MappingManager
Constructor and Description |
---|
JBossMappingManager(String domain) |
Modifier and Type | Method and Description |
---|---|
<T> MappingContext<T> |
getMappingContext(Class<T> mappingType) |
<T> MappingContext<T> |
getMappingContext(String mappingType)
Get the mapping context based on the type
|
String |
getSecurityDomain()
Get the security domain from which the security manager is from.
|
public JBossMappingManager(String domain)
public <T> MappingContext<T> getMappingContext(String mappingType)
MappingManager
getMappingContext
in interface MappingManager
mappingType
- MappingType
MappingType
public <T> MappingContext<T> getMappingContext(Class<T> mappingType)
getMappingContext
in interface MappingManager
MappingType}
public String getSecurityDomain()
BaseSecurityManager
getSecurityDomain
in interface BaseSecurityManager
Copyright © 2019 JBoss by Red Hat. All rights reserved.