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

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

origin: org.picketbox/picketbox

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/picketbox

/** Remove the user identity and roles added to the Subject during commit.
@return true always.
*/
public boolean logout() throws LoginException
{
 PicketBoxLogger.LOGGER.traceBeginLogout();
 // Remove the user identity
 Principal identity = getIdentity();
 Set<Principal> principals = subject.getPrincipals();
 principals.remove(identity);
 Group callerGroup = getCallerPrincipalGroup(principals);
 if (callerGroup != null)
   principals.remove(callerGroup);
 // Remove any added Groups...
 return true;
}
//--- End LoginModule interface methods
origin: org.picketbox/jbosssx

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx-client

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx-bare

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/picketbox

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx-bare

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx-client

  public boolean logout() throws LoginException
  {
   PicketBoxLogger.LOGGER.traceBeginLogout();
   if( restoreLoginIdentity == true )
   {
     SecurityAssociationActions.setSecurityContext(this.cachedSecurityContext);
   }
   else
   {
     // Clear the entire security association stack
     SecurityAssociationActions.clear();  
   }
   Set<Principal> principals = subject.getPrincipals();
   principals.remove(loginPrincipal);
   return true;
  }
}
origin: org.picketbox/jbosssx

/** Remove the user identity and roles added to the Subject during commit.
@return true always.
*/
public boolean logout() throws LoginException
{
 PicketBoxLogger.LOGGER.traceBeginLogout();
 // Remove the user identity
 Principal identity = getIdentity();
 Set<Principal> principals = subject.getPrincipals();
 principals.remove(identity);
 Group callerGroup = getCallerPrincipalGroup(principals);
 if (callerGroup != null)
   principals.remove(callerGroup);
 // Remove any added Groups...
 return true;
}
//--- End LoginModule interface methods
origin: org.picketbox/jbosssx-bare

/** Remove the user identity and roles added to the Subject during commit.
@return true always.
*/
public boolean logout() throws LoginException
{
 PicketBoxLogger.LOGGER.traceBeginLogout();
 // Remove the user identity
 Principal identity = getIdentity();
 Set<Principal> principals = subject.getPrincipals();
 principals.remove(identity);
 Group callerGroup = getCallerPrincipalGroup(principals);
 if (callerGroup != null)
   principals.remove(callerGroup);
 // Remove any added Groups...
 return true;
}
//--- End LoginModule interface methods
org.jboss.securityPicketBoxLoggertraceBeginLogout

Popular methods of PicketBoxLogger

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

Popular classes and methods

  • scheduleAtFixedRate (Timer)
    Schedules the specified task for repeated fixed-rate execution, beginning after the specified delay.
  • putExtra (Intent)
  • getSharedPreferences (Context)
  • Rectangle (java.awt)
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate
  • SQLException (java.sql)
    An exception that indicates a failed JDBC operation. It provides the following information about pro
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • ImageIO (javax.imageio)
  • Servlet (javax.servlet)
    Defines methods that all servlets must implement.A servlet is a small Java program that runs within
  • HttpServlet (javax.servlet.http)
    Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site. A sub

For IntelliJ IDEA and
Android Studio

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