org.apache.directory.server.kerberos.kdc.authentication
Class AuthenticationService

java.lang.Object
  extended by org.apache.directory.server.kerberos.kdc.authentication.AuthenticationService

public class AuthenticationService
extends Object

Subsystem in charge of authenticating the incoming users.

Author:
Apache Directory Project

Constructor Summary
AuthenticationService()
           
 
Method Summary
static void execute(AuthenticationContext authContext)
          Handle the authentication, given a specific context
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationService

public AuthenticationService()
Method Detail

execute

public static void execute(AuthenticationContext authContext)
                    throws Exception
Handle the authentication, given a specific context

Parameters:
authContext - The authentication context
Throws:
Exception - If the authentication failed


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