Package org.jboss.security.mapping
Interface MappingManager
-
- All Superinterfaces:
BaseSecurityManager
- All Known Implementing Classes:
JBossMappingManager
public interface MappingManager extends BaseSecurityManager
Manager that is used for mapping various types- Since:
- Mar 9, 2007
- Version:
- $Revision$
- Author:
- Anil.Saldhana@redhat.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description <T> MappingContext<T>
getMappingContext(Class<T> mappingType)
Deprecated.<T> MappingContext<T>
getMappingContext(String mappingType)
Get the mapping context based on the type-
Methods inherited from interface org.jboss.security.BaseSecurityManager
getSecurityDomain
-
-
-
-
Method Detail
-
getMappingContext
<T> MappingContext<T> getMappingContext(Class<T> mappingType)
Deprecated.
-
getMappingContext
<T> MappingContext<T> getMappingContext(String mappingType)
Get the mapping context based on the type- Type Parameters:
T
-- Parameters:
mappingType
-MappingType
- Returns:
- See Also:
MappingType
-
-