Tabnine Logo
MappingContext.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.jboss.security.mapping.MappingContext
constructor

Best Java code snippets using org.jboss.security.mapping.MappingContext.<init> (Showing top 2 results out of 315)

origin: org.picketbox/picketbox

private <T> MappingContext<T> generateMappingContext(MappingContext<T> mc, MappingInfo rmi)
{
  ClassLoader moduleCL = null;
  List<String> jbossModuleNames = rmi.getJBossModuleNames();
  if(!jbossModuleNames.isEmpty())
  {
    ClassLoaderLocator cll = ClassLoaderLocatorFactory.get();
    if(cll != null)
    {
      moduleCL = cll.get(jbossModuleNames);
    }
  }
  MappingModuleEntry[] mpe = rmi.getMappingModuleEntry();
  ArrayList<MappingProvider<T>> al = new ArrayList<MappingProvider<T>>();
  for(int i = 0 ; i < mpe.length; i++)
  {
    MappingProvider<T> mp = getMappingProvider(moduleCL, mpe[i]);
    if(mp != null)
    {
      al.add(mp);
    }
  }
  return new MappingContext<T>(al);
}
origin: org.jboss.security/jbosssx-bare

   al.add(mp); 
mc = new MappingContext<T>(al); 
org.jboss.security.mappingMappingContext<init>

Popular methods of MappingContext

  • performMapping
    Apply mapping semantics on the passed object
  • getMappingResult
  • hasModules
    Optimization Step to determine if we have configured mapping modules to avoid unnecessary mapping st

Popular in Java

  • Reactive rest calls using spring rest template
  • getExternalFilesDir (Context)
  • addToBackStack (FragmentTransaction)
  • findViewById (Activity)
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Path (java.nio.file)
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Modifier (javassist)
    The Modifier class provides static methods and constants to decode class and member access modifiers
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Top Sublime Text plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now