org.apache.karaf.jaas.modules.properties
Class PropertiesLoginModule

java.lang.Object
  extended by org.apache.karaf.jaas.modules.AbstractKarafLoginModule
      extended by org.apache.karaf.jaas.modules.properties.PropertiesLoginModule
All Implemented Interfaces:
LoginModule

public class PropertiesLoginModule
extends AbstractKarafLoginModule


Field Summary
 
Fields inherited from class org.apache.karaf.jaas.modules.AbstractKarafLoginModule
bundleContext, callbackHandler, debug, detailedLoginExcepion, options, principals, roleDiscriminator, rolePolicy, subject, user
 
Constructor Summary
PropertiesLoginModule()
           
 
Method Summary
 boolean abort()
           
 void initialize(Subject sub, CallbackHandler handler, Map sharedState, Map options)
           
 boolean login()
           
 boolean logout()
           
 
Methods inherited from class org.apache.karaf.jaas.modules.AbstractKarafLoginModule
checkPassword, clear, commit, getEncryptedPassword, initialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertiesLoginModule

public PropertiesLoginModule()
Method Detail

initialize

public void initialize(Subject sub,
                       CallbackHandler handler,
                       Map sharedState,
                       Map options)

login

public boolean login()
              throws LoginException
Throws:
LoginException

abort

public boolean abort()
              throws LoginException
Throws:
LoginException

logout

public boolean logout()
               throws LoginException
Throws:
LoginException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.