org.deegree.services.controller.security.authorities
Interface AuthenticationAuthority


public interface AuthenticationAuthority

Version:
$Revision: 25637 $, $Date: 2010-08-02 17:58:55 +0200 (Mon, 02 Aug 2010) $
Author:
Andreas Schmitz, last edited by: $Author: aschmitz $

Method Summary
 boolean isAuthorized(Credentials creds)
           
 boolean verifyAddress(Credentials creds, String address)
           
 

Method Detail

isAuthorized

boolean isAuthorized(Credentials creds)
Parameters:
creds -
Returns:
true, if the authority determines the credentials to be valid

verifyAddress

boolean verifyAddress(Credentials creds,
                      String address)
Parameters:
creds -
address -
Returns:
true, if the authority determines the credentials may access the remote service specified by the address


Copyright © 2011. All Rights Reserved.