Tabnine Logo
MappingContext.getMappingResult
Code IndexAdd Tabnine to your IDE (free)

How to use
getMappingResult
method
in
org.jboss.security.mapping.MappingContext

Best Java code snippets using org.jboss.security.mapping.MappingContext.getMappingResult (Showing top 9 results out of 315)

origin: org.picketlink.distribution/picketlink-jbas5

  logger.attributeManagerError(e);
attList = (List<Attribute<Object>>) mc.getMappingResult().getMappedObject();
origin: org.picketlink.distribution/picketlink-jbas7

  logger.attributeManagerError(e);
attList = (List<Attribute<Object>>) mc.getMappingResult().getMappedObject();
origin: org.jboss.security/jbosssx-bare

mappedUserRoles = mc.getMappingResult().getMappedObject();
if(trace)
  log.trace("Roles after mapping:"+ userRoles);
origin: org.picketlink/picketlink-federation

Principal principal = principalMappingContext.getMappingResult().getMappedObject();
subject.getPrincipals().add(principal);
RoleGroup group = roleMappingContext.getMappingResult().getMappedObject();
origin: org.picketlink/picketlink-fed

Principal principal = principalMappingContext.getMappingResult().getMappedObject();
subject.getPrincipals().add(principal);
RoleGroup group = roleMappingContext.getMappingResult().getMappedObject();
origin: picketlink/picketlink

Principal principal = principalMappingContext.getMappingResult().getMappedObject();
subject.getPrincipals().add(principal);
RoleGroup group = roleMappingContext.getMappingResult().getMappedObject();
origin: org.picketlink/picketlink-core

Principal principal = principalMappingContext.getMappingResult().getMappedObject();
subject.getPrincipals().add(principal);
RoleGroup group = roleMappingContext.getMappingResult().getMappedObject();
origin: org.picketlink/picketlink-fed-core

Principal principal = principalMappingContext.getMappingResult().getMappedObject();
subject.getPrincipals().add(principal);
RoleGroup group = roleMappingContext.getMappingResult().getMappedObject();
origin: org.picketbox/picketbox

mappedUserRoles = mc.getMappingResult().getMappedObject();
if (PicketBoxLogger.LOGGER.isTraceEnabled())
org.jboss.security.mappingMappingContextgetMappingResult

Popular methods of MappingContext

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

Popular in Java

  • Start an intent from android
  • getContentResolver (Context)
  • requestLocationUpdates (LocationManager)
  • compareTo (BigDecimal)
  • 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
  • BufferedInputStream (java.io)
    A BufferedInputStream adds functionality to another input stream-namely, the ability to buffer the i
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • StringTokenizer (java.util)
    Breaks a string into tokens; new code should probably use String#split.> // Legacy code: StringTo
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Top 12 Jupyter Notebook extensions
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