eu.emi.dsr.security
Class DSignAuthNCheck

java.lang.Object
  extended by eu.emi.dsr.security.DSignAuthNCheck
All Implemented Interfaces:
AuthNCheckingStrategy

public class DSignAuthNCheck
extends Object
implements AuthNCheckingStrategy

if the requested action requires it, check whether we have a valid signature


Constructor Summary
DSignAuthNCheck()
           
 
Method Summary
 void checkAuthentication(SecurityTokens tokens, String action, ResourceDescriptor d)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSignAuthNCheck

public DSignAuthNCheck()
Method Detail

checkAuthentication

public void checkAuthentication(SecurityTokens tokens,
                                String action,
                                ResourceDescriptor d)
                         throws AuthenticationException
Specified by:
checkAuthentication in interface AuthNCheckingStrategy
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.