JBoss Security SPI - Aggregator 2.0.4.SP8

org.jboss.security.mapping
Interface MappingManager

All Superinterfaces:
BaseSecurityManager

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
<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

JBoss Security SPI - Aggregator 2.0.4.SP8

Copyright © 2012 JBoss Inc.. All Rights Reserved.