org.ow2.bonita.identity.auth
Class AuthenticationService

java.lang.Object
  extended by org.ow2.bonita.identity.auth.AuthenticationService
All Implemented Interfaces:
AuthenticationServiceMBean

public class AuthenticationService
extends java.lang.Object
implements AuthenticationServiceMBean

Author:
"Pierre Vigneras"

Field Summary
static java.lang.String CONFIGURATION
           
 
Constructor Summary
AuthenticationService()
           
 
Method Summary
 java.lang.String authenticateUser(java.lang.String... params)
           
 java.lang.String getImplName()
          Get the concrete AuthenticationServiceOp implementation class name.
static void main(java.lang.String[] args)
           
static void newServer()
           
static void usage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONFIGURATION

public static final java.lang.String CONFIGURATION
See Also:
Constant Field Values
Constructor Detail

AuthenticationService

public AuthenticationService()
Method Detail

authenticateUser

public java.lang.String authenticateUser(java.lang.String... params)
Specified by:
authenticateUser in interface AuthenticationServiceMBean

newServer

public static void newServer()
                      throws javax.management.MBeanRegistrationException
Throws:
javax.management.MBeanRegistrationException

usage

public static void usage()

main

public static void main(java.lang.String[] args)
                 throws javax.management.MBeanRegistrationException
Throws:
javax.management.MBeanRegistrationException

getImplName

public java.lang.String getImplName()
Description copied from interface: AuthenticationServiceMBean
Get the concrete AuthenticationServiceOp implementation class name.

Specified by:
getImplName in interface AuthenticationServiceMBean
Returns:
the concrete AuthenticationServiceOp implementation class name.


Copyright © 2009 OW2 Consortium. All Rights Reserved.