eu.emi.dsr.security
Interface AuthNCheckingStrategy

All Known Implementing Classes:
DSignAuthNCheck

public interface AuthNCheckingStrategy

a check for authentication


Method Summary
 void checkAuthentication(SecurityTokens tokens, String action, ResourceDescriptor d)
           
 

Method Detail

checkAuthentication

void checkAuthentication(SecurityTokens tokens,
                         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 © 2012. All Rights Reserved.