eu.emi.dsr.security
Class DSignAuthNCheck
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSignAuthNCheck
public DSignAuthNCheck()
checkAuthentication
public void checkAuthentication(SecurityTokens tokens,
String action,
ResourceDescriptor d)
throws AuthenticationException
- Specified by:
checkAuthentication in interface AuthNCheckingStrategy
- Parameters:
tokens - - security tokens from the messageaction - - the SOAP action that is about to be invokedd - - the resource that is about to be accessed
- Throws:
AuthenticationException - - an unchecked exception that signifies AuthN failure
Copyright © 2012. All Rights Reserved.