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

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

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

origin: wildfly/wildfly

if (mappingContext != null && mappingContext.hasModules()) {
  RoleGroup roleGroup = new SimpleRoleGroup(groupPrincipals);
  Map<String, Object> contextMap = new HashMap<>();
origin: wildfly/wildfly

if (mc != null && mc.hasModules()) {
  SecurityRolesAssociation.setSecurityRoles(principleVsRoleMap);
origin: org.jboss.eap/wildfly-security

if (mappingContext != null && mappingContext.hasModules()) {
  RoleGroup roleGroup = new SimpleRoleGroup(groupPrincipals);
  Map<String, Object> contextMap = new HashMap<>();
origin: org.jboss.security/jbosssx-bare

if(mc != null && mc.hasModules())
origin: org.picketbox/picketbox

if(mc != null && mc.hasModules())
origin: org.wildfly/wildfly-undertow

if (mc != null && mc.hasModules()) {
  SecurityRolesAssociation.setSecurityRoles(principleVsRoleMap);
origin: org.jboss.eap/wildfly-undertow

if (mc != null && mc.hasModules()) {
  SecurityRolesAssociation.setSecurityRoles(principleVsRoleMap);
org.jboss.security.mappingMappingContexthasModules

Javadoc

Optimization Step to determine if we have configured mapping modules to avoid unnecessary mapping step

Popular methods of MappingContext

  • performMapping
    Apply mapping semantics on the passed object
  • getMappingResult
  • <init>

Popular in Java

  • Making http post requests using okhttp
  • getResourceAsStream (ClassLoader)
  • getApplicationContext (Context)
  • getContentResolver (Context)
  • System (java.lang)
    Provides access to system-related information and resources including standard input and output. Ena
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub
  • Logger (org.apache.log4j)
    This is the central class in the log4j package. Most logging operations, except configuration, are d
  • Reflections (org.reflections)
    Reflections one-stop-shop objectReflections scans your classpath, indexes the metadata, allows you t
  • Top plugins for WebStorm
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