net.sf.javaprinciples.resource
Interface ResourceSecurity


public interface ResourceSecurity

Author:
wslade

Method Summary
 void checkSecurity(String domainKey, String domainString)
           
 

Method Detail

checkSecurity

void checkSecurity(String domainKey,
                   String domainString)
                   throws ResourceSecurityException
Parameters:
domainKey - The value provided by the client
domainString - The host of the client
Throws:
ResourceSecurityException - When the check fails.


Copyright © 2013. All Rights Reserved.