Tabnine Logo
CommonIronJacamarParser
Code IndexAdd Tabnine to your IDE (free)

How to use
CommonIronJacamarParser
in
org.jboss.jca.common.metadata.common

Best Java code snippets using org.jboss.jca.common.metadata.common.CommonIronJacamarParser (Showing top 3 results out of 315)

origin: org.jboss.ironjacamar.jdk8/ironjacamar-common-impl

enabled = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.ENABLED);
break;
jndiName = attributeAsString(reader, attribute.getLocalName());
break;
className = attributeAsString(reader, attribute.getLocalName());
break;
poolName = attributeAsString(reader, attribute.getLocalName());
break;
useJavaContext = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.USE_JAVA_CONTEXT);
break;
useCcm = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.USE_CCM);
break;
sharable = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.SHARABLE);
break;
enlistment = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.ENLISTMENT);
break;
connectable = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.CONNECTABLE);
break;
tracking = attributeAsBoolean(reader, attribute.getLocalName(), Defaults.TRACKING);
break;
origin: org.jboss.ironjacamar.jdk8/ironjacamar-common-impl

mappingRequired = elementAsBoolean(reader);
break;
domain = elementAsString(reader);
break;
defaultPrincipal = elementAsString(reader);
break;
 defaultGroups = new ArrayList<String>(1);
defaultGroups.add(elementAsString(reader));
break;
   userMappings = new HashMap<String, String>();
 String from = attributeAsString(reader, WorkManagerSecurity.Attribute.FROM.getLocalName());
                    reader.getLocalName()));
 String to = attributeAsString(reader, WorkManagerSecurity.Attribute.TO.getLocalName());
   groupMappings = new HashMap<String, String>();
 String from = attributeAsString(reader, WorkManagerSecurity.Attribute.FROM.getLocalName());
 String to = attributeAsString(reader, WorkManagerSecurity.Attribute.TO.getLocalName());
origin: org.jboss.ironjacamar.jdk8/ironjacamar-common-impl

enabled = attributeAsBoolean(reader, attribute.getLocalName(), true);
break;
jndiName = attributeAsString(reader, attribute.getLocalName());
break;
className = attributeAsString(reader, attribute.getLocalName());
break;
useJavaContext = attributeAsBoolean(reader, attribute.getLocalName(), true);
break;
poolName = attributeAsString(reader, attribute.getLocalName());
break;
   parseConfigProperty(configProperties, reader);
   break;
org.jboss.jca.common.metadata.commonCommonIronJacamarParser

Javadoc

A CommonIronJacamarParser.

Most used methods

  • attributeAsBoolean
  • attributeAsString
  • elementAsBoolean
  • elementAsString
  • parseConfigProperty
  • parsePool
  • parseRecovery
  • parseSecuritySettings
  • parseTimeOut
  • parseValidation
  • parseWorkManagerSecurity
    Parse workmanager's security element
  • parseXaPool
  • parseWorkManagerSecurity,
  • parseXaPool

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getResourceAsStream (ClassLoader)
  • setScale (BigDecimal)
  • getApplicationContext (Context)
  • OutputStream (java.io)
    A writable sink for bytes.Most clients will use output streams that write data to the file system (
  • KeyStore (java.security)
    KeyStore is responsible for maintaining cryptographic keys and their owners. The type of the syste
  • List (java.util)
    An ordered collection (also known as a sequence). The user of this interface has precise control ove
  • JComboBox (javax.swing)
  • JList (javax.swing)
  • StringUtils (org.apache.commons.lang)
    Operations on java.lang.String that arenull safe. * IsEmpty/IsBlank - checks if a String contains
  • 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