org.jboss.security.negotiation.spnego
Class IdentityLoginModule

java.lang.Object
  extended by org.jboss.security.auth.spi.AbstractServerLoginModule
      extended by org.jboss.security.auth.spi.IdentityLoginModule
          extended by org.jboss.security.negotiation.spnego.IdentityLoginModule
All Implemented Interfaces:
LoginModule

public class IdentityLoginModule
extends org.jboss.security.auth.spi.IdentityLoginModule

Author:
darran.lofthouse@jboss.com

Field Summary
 
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
callbackHandler, log, loginOk, options, principalClassName, sharedState, subject, unauthenticatedIdentity, useFirstPass
 
Constructor Summary
IdentityLoginModule()
           
 
Method Summary
 boolean login()
           
 
Methods inherited from class org.jboss.security.auth.spi.IdentityLoginModule
getIdentity, getRoleSets, initialize
 
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
abort, commit, createGroup, createIdentity, getUnauthenticatedIdentity, getUseFirstPass, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityLoginModule

public IdentityLoginModule()
Method Detail

login

public boolean login()
              throws LoginException
Specified by:
login in interface LoginModule
Overrides:
login in class org.jboss.security.auth.spi.IdentityLoginModule
Throws:
LoginException


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.