PicketBoxLogger.isTraceEnabled
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.jboss.security.PicketBoxLogger.isTraceEnabled(Showing top 15 results out of 315)

origin: org.picketbox/picketbox

@Override
public boolean checkResourcePermission(
   Map<String, Object> contextMap, 
   ServletRequest request,
   ServletResponse response, 
   Subject callerSubject, 
   String contextID, 
   String canonicalRequestURI)
{
 return checkResourcePermission(contextMap, request, response, callerSubject, contextID, canonicalRequestURI, null);
}

origin: org.picketbox/picketbox

public void linkConfiguration(PolicyConfiguration link)
 throws PolicyContextException
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceLinkConfiguration(link.getContextID());
 }
 validateState("linkConfiguration");
 policy.linkConfiguration(contextID, link);
}
origin: org.picketbox/jbosssx-bare

@Override
public boolean hasRole(
   String roleName, 
   Principal principal, 
   String servletName, 
   Set<Principal> principalRoles,  
   String contextID,
   Subject callerSubject)
{
 return hasRole(roleName, principal, servletName, principalRoles, contextID, callerSubject, null);
}

origin: org.picketbox/jbosssx

 private void logException(SAXParseException sax)
 {
   StringBuilder builder = new StringBuilder();
      if(PicketBoxLogger.LOGGER.isTraceEnabled())
   {
    builder.append("[").append(sax.getLineNumber()).append(",").append(sax.getColumnNumber()).append("]");
    builder.append(":").append(sax.getLocalizedMessage());
    PicketBoxLogger.LOGGER.trace(builder.toString());
   }  
 }
}); 
origin: org.picketbox/jbosssx-bare

public static String get() 
{
 String hostName = host.get();
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalGet(hostName, Thread.currentThread().getId());
 }
 return hostName;
}
origin: org.picketbox/picketbox

public static void set(String hostVal) 
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalSet(hostVal, Thread.currentThread().getId());
 }
 host.set(hostVal);
}
origin: org.picketbox/picketbox

public void linkConfiguration(PolicyConfiguration link)
 throws PolicyContextException
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceLinkConfiguration(link.getContextID());
 }
 validateState("linkConfiguration");
 policy.linkConfiguration(contextID, link);
}
origin: org.picketbox/picketbox

 private void logException(SAXParseException sax)
 {
   StringBuilder builder = new StringBuilder();
      if(PicketBoxLogger.LOGGER.isTraceEnabled())
   {
    builder.append("[").append(sax.getLineNumber()).append(",").append(sax.getColumnNumber()).append("]");
    builder.append(":").append(sax.getLocalizedMessage());
    PicketBoxLogger.LOGGER.trace(builder.toString());
   }  
 }
}); 
origin: org.picketbox/picketbox

public static String get() 
{
 String hostName = host.get();
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalGet(hostName, Thread.currentThread().getId());
 }
 return hostName;
}
origin: org.picketbox/picketbox

 private void logException(SAXParseException sax)
 {
   StringBuilder builder = new StringBuilder();
      if(PicketBoxLogger.LOGGER.isTraceEnabled())
   {
    builder.append("[").append(sax.getLineNumber()).append(",").append(sax.getColumnNumber()).append("]");
    builder.append(":").append(sax.getLocalizedMessage());
    PicketBoxLogger.LOGGER.trace(builder.toString());
   }  
 }
}); 
origin: org.picketbox/picketbox

public static String get() 
{
 String hostName = host.get();
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalGet(hostName, Thread.currentThread().getId());
 }
 return hostName;
}
origin: org.picketbox/jbosssx

public void linkConfiguration(PolicyConfiguration link)
 throws PolicyContextException
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceLinkConfiguration(link.getContextID());
 }
 validateState("linkConfiguration");
 policy.linkConfiguration(contextID, link);
}
origin: org.picketbox/jbosssx

public static void set(String hostVal) 
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalSet(hostVal, Thread.currentThread().getId());
 }
 host.set(hostVal);
}
origin: org.picketbox/jbosssx-bare

public static void set(String hostVal) 
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceHostThreadLocalSet(hostVal, Thread.currentThread().getId());
 }
 host.set(hostVal);
}
origin: org.picketbox/jbosssx-bare

public void linkConfiguration(PolicyConfiguration link)
 throws PolicyContextException
{
 if (PicketBoxLogger.LOGGER.isTraceEnabled())
 {
   PicketBoxLogger.LOGGER.traceLinkConfiguration(link.getContextID());
 }
 validateState("linkConfiguration");
 policy.linkConfiguration(contextID, link);
}
org.jboss.securityPicketBoxLoggerisTraceEnabled

Popular methods of PicketBoxLogger

  • debugFailedLogin
  • debugIgnoredException
  • debugLoadConfigAsSun
  • debugLoadConfigAsXML
  • debugModuleOption
  • error
  • errorCalculatingPasswordHash
  • errorCannotGetMD5AlgorithmInstance
  • errorCheckingStrongJurisdictionPolicyFiles
  • errorConvertingUsernameUTF8
  • errorDecryptingBindCredential
  • errorFindingCharset
  • errorDecryptingBindCredential,
  • errorFindingCharset,
  • errorParsingTimeoutNumber,
  • traceAddAppConfig,
  • traceBeginAbort,
  • traceBeginCommit,
  • traceBeginExecPasswordCmd,
  • traceBeginGetAppConfigEntry,
  • traceBeginIsValid

Popular classes and methods

  • getOriginalFilename (MultipartFile)
  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • compareTo (BigDecimal)
    Compares this BigDecimal with val. Returns one of the three values 1, 0, or -1. The method behaves a
  • HttpServer (com.sun.net.httpserver)
    This class implements a simple HTTP server. A HttpServer is bound to an IP address and port number a
  • URI (java.net)
    Represents a Uniform Resource Identifier (URI) reference. Aside from some minor deviations noted bel
  • MessageDigest (java.security)
    Uses a one-way hash function to turn an arbitrary number of bytes into a fixed-length byte sequence.
  • Collections (java.util)
    Collections contains static methods which operate on Collection classes.
  • Semaphore (java.util.concurrent)
    A counting semaphore. Conceptually, a semaphore maintains a set of permits. Each #acquire blocks if
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Runner (org.openjdk.jmh.runner)
    Runner executes JMH benchmarks.This is the entry point for JMH Java API. Runner is not usually reu

For IntelliJ IDEA,
Android Studio or Eclipse

  • Codota IntelliJ IDEA pluginCodota Android Studio pluginCode IndexSign in
  • EnterpriseFAQAboutContact Us
  • Terms of usePrivacy policyCodeboxFind Usages
Add Codota to your IDE (free)