net.java.dev.moskitodemo.guestbook.business
Class AuthorizationServiceImpl

java.lang.Object
  extended by net.java.dev.moskitodemo.guestbook.business.AuthorizationServiceImpl
All Implemented Interfaces:
IAuthorizationService

public class AuthorizationServiceImpl
extends Object
implements IAuthorizationService


Field Summary
private static org.apache.log4j.Logger log
           
private  String storedKey
           
 
Constructor Summary
AuthorizationServiceImpl()
           
 
Method Summary
private  void _load()
           
 boolean keyMatches(String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

storedKey

private String storedKey

log

private static org.apache.log4j.Logger log
Constructor Detail

AuthorizationServiceImpl

AuthorizationServiceImpl()
Method Detail

keyMatches

public boolean keyMatches(String key)
                   throws AuthorizationServiceException
Specified by:
keyMatches in interface IAuthorizationService
Throws:
AuthorizationServiceException

_load

private void _load()


Copyright © 2006 MoSKito Project Team. All Rights Reserved.
MoSKito, the open source java monitoring framework