de.fzj.unicore.uas.security
Interface AuthNCheckingStrategy

All Known Implementing Classes:
DSignAuthNCheck

public interface AuthNCheckingStrategy

a check for authentication


Method Summary
 void checkAuthentication(eu.unicore.security.xfireutil.SecurityTokens tokens, java.lang.String action, ResourceDescriptor d)
           
 

Method Detail

checkAuthentication

void checkAuthentication(eu.unicore.security.xfireutil.SecurityTokens tokens,
                         java.lang.String action,
                         ResourceDescriptor d)
                         throws AuthenticationException
Parameters:
tokens - - security tokens from the message
action - - the SOAP action that is about to be invoked
d - - the resource that is about to be accessed
Throws:
AuthenticationException - - an unchecked exception that signifies AuthN failure


Copyright © 2006-2010 Research Center Juelich. All Rights Reserved.