com.pmease.quickbuild.extensionpoint
Class AuthenticatorProvider

java.lang.Object
  extended by com.pmease.quickbuild.extensionpoint.AuthenticatorProvider
All Implemented Interfaces:
TypeProvider

public abstract class AuthenticatorProvider
extends java.lang.Object
implements TypeProvider

This extension point provides an authenticator class to system so that administrator can configure the system to authenticate through this authenticator.


Constructor Summary
AuthenticatorProvider()
           
 
Method Summary
abstract  java.lang.Class<? extends Authenticator> getAuthenticatorClass()
          Get class of the authenticator.
 java.lang.Class<? extends TypeInstance> getTypeClass()
          Get class of the supported type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticatorProvider

public AuthenticatorProvider()
Method Detail

getAuthenticatorClass

public abstract java.lang.Class<? extends Authenticator> getAuthenticatorClass()
Get class of the authenticator.

Returns:
null if not applicable

getTypeClass

public java.lang.Class<? extends TypeInstance> getTypeClass()
Description copied from interface: TypeProvider
Get class of the supported type.

Specified by:
getTypeClass in interface TypeProvider
Returns:
null if not applicable


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.