org.gwe.api.impl
Class SecuredServerAPIImpl<API_TYPE extends SecuredServerAPI,DOM_TYPE extends BaseDomain>

java.lang.Object
  extended by org.gwe.api.impl.BaseServerAPIImpl<API_TYPE,DOM_TYPE>
      extended by org.gwe.api.impl.SecuredServerAPIImpl<API_TYPE,DOM_TYPE>
All Implemented Interfaces:
java.rmi.Remote, SecuredServerAPI
Direct Known Subclasses:
ServerAPI4UserImpl

public abstract class SecuredServerAPIImpl<API_TYPE extends SecuredServerAPI,DOM_TYPE extends BaseDomain>
extends BaseServerAPIImpl<API_TYPE,DOM_TYPE>
implements SecuredServerAPI

Since:
Nov 21, 2007
Author:
Marco Ruiz

Field Summary
 
Fields inherited from class org.gwe.api.impl.BaseServerAPIImpl
domain, remoteInterface
 
Constructor Summary
SecuredServerAPIImpl()
           
 
Method Summary
protected  java.rmi.Remote createExportableServerObject()
           
 void verifyAccount(AccountInfo applyingAuth)
           
 
Methods inherited from class org.gwe.api.impl.BaseServerAPIImpl
bind, getDomain, setDomain
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecuredServerAPIImpl

public SecuredServerAPIImpl()
Method Detail

createExportableServerObject

protected java.rmi.Remote createExportableServerObject()
Overrides:
createExportableServerObject in class BaseServerAPIImpl<API_TYPE extends SecuredServerAPI,DOM_TYPE extends BaseDomain>

verifyAccount

public final void verifyAccount(AccountInfo applyingAuth)
                         throws java.rmi.RemoteException,
                                PasswordMismatchException
Specified by:
verifyAccount in interface SecuredServerAPI
Throws:
java.rmi.RemoteException
PasswordMismatchException


Copyright © 2007-2009. All Rights Reserved.