com.opensymphony.user.authenticator.weblogic
Class WeblogicAuthenticator

java.lang.Object
  extended bycom.opensymphony.user.authenticator.AbstractAuthenticator
      extended bycom.opensymphony.user.authenticator.weblogic.WeblogicAuthenticator
All Implemented Interfaces:
Authenticator, java.io.Serializable

public class WeblogicAuthenticator
extends AbstractAuthenticator

Authenticate against the Weblogic authenticator. Login the user programatically into the default realm if no realm is specified. If a realm is specified in the properties, then login using that realm.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.opensymphony.user.authenticator.AbstractAuthenticator
properties
 
Constructor Summary
WeblogicAuthenticator()
           
 
Method Summary
 boolean login(java.lang.String username, java.lang.String password, javax.servlet.http.HttpServletRequest req)
           
 
Methods inherited from class com.opensymphony.user.authenticator.AbstractAuthenticator
init, login
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeblogicAuthenticator

public WeblogicAuthenticator()
Method Detail

login

public boolean login(java.lang.String username,
                     java.lang.String password,
                     javax.servlet.http.HttpServletRequest req)
              throws AuthenticationException
Throws:
AuthenticationException

See www.opensymphony.com for more information.