JBossAuthenticationManager
Code IndexAdd Codota to your IDE (free)

Best code snippets using org.jboss.security.plugins.JBossAuthenticationManager(Showing top 14 results out of 315)

origin: org.picketbox/picketbox

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/picketbox-bare

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{ 
 return new JBossAuthenticationManager(securityDomain, 
    new PicketBoxCallbackHandler());
}
origin: org.jboss.ws.cxf/jbossws-cxf-server

SECURITY_LOGGER.aboutToAuthenticate(manager.getSecurityDomain());
try
 if (manager.isValid(principal, password, subject) == false)
origin: org.picketbox/jbosssx-bare

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/picketbox

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/picketbox-bare

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{ 
 return new JBossAuthenticationManager(securityDomain, 
    new PicketBoxCallbackHandler());
}
origin: org.jboss.security/jbosssx-bare

/**
* @see ISecurityManagement#getAuthenticationManager()
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/jbosssx-client

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/jbosssx-bare

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/jbosssx-client

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/jbosssx

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
origin: org.picketbox/picketbox

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{ 
 return new JBossAuthenticationManager(securityDomain, 
    new PicketBoxCallbackHandler());
}
origin: org.picketbox/picketbox

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{ 
 return new JBossAuthenticationManager(securityDomain, 
    new PicketBoxCallbackHandler());
}
origin: org.picketbox/jbosssx

/**
* @see ISecurityManagement#getAuthenticationManager(String)
*/
public AuthenticationManager getAuthenticationManager(String securityDomain)
{
 return new JBossAuthenticationManager(securityDomain, this.handler);
}
org.jboss.security.pluginsJBossAuthenticationManager

Javadoc

Default Implementation of the AuthenticationManager Interface

Most used methods

  • <init>
  • getSecurityDomain
  • isValid

Popular classes and methods

  • findViewById (Activity)
  • requestLocationUpdates (LocationManager)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • FileWriter (java.io)
    A specialized Writer that writes to a file in the file system. All write requests made by calling me
  • URLEncoder (java.net)
    This class is used to encode a string using the format required by application/x-www-form-urlencoded
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • JFileChooser (javax.swing)
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • IOUtils (org.apache.commons.io)
    General IO stream manipulation utilities. This class provides static utility methods for input/outpu

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)