com.maverick.sshd.auth.jaas
Class SunJAASFileConfigurationAuthenticationProvider

java.lang.Object
  extended by com.maverick.sshd.PasswordAuthenticationProvider
      extended by com.maverick.sshd.auth.jaas.AbstractJAASAuthenticationProvider
          extended by com.maverick.sshd.auth.jaas.SunJAASFileConfigurationAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class SunJAASFileConfigurationAuthenticationProvider
extends AbstractJAASAuthenticationProvider

An authentication provider that allows JAAS to be configured from a text file. This depends on internal classes, so a Sun JRE is required.


Field Summary
 
Fields inherited from class com.maverick.sshd.auth.jaas.AbstractJAASAuthenticationProvider
connections, LOGIN_CONTEXT, logins
 
Constructor Summary
SunJAASFileConfigurationAuthenticationProvider()
           
 
Method Summary
 Configuration getJAASConfiguration()
           
 
Methods inherited from class com.maverick.sshd.auth.jaas.AbstractJAASAuthenticationProvider
changePassword, getConnections, getLoginContext, verifyPassword
 
Methods inherited from class com.maverick.sshd.PasswordAuthenticationProvider
getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SunJAASFileConfigurationAuthenticationProvider

public SunJAASFileConfigurationAuthenticationProvider()
Method Detail

getJAASConfiguration

public Configuration getJAASConfiguration()
Specified by:
getJAASConfiguration in class AbstractJAASAuthenticationProvider


Copyright © 2012. All Rights Reserved.