uk.ac.soton.itinnovation.grid.utils
Class FixedIdentityProvider
java.lang.Object
uk.ac.soton.itinnovation.grid.utils.FixedIdentityProvider
- All Implemented Interfaces:
- IdentityProvider
public class FixedIdentityProvider
- extends Object
- implements IdentityProvider
Always returns a fixed identity.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedIdentityProvider
public FixedIdentityProvider(Identity identity)
getIdentity
public Identity getIdentity()
- Description copied from interface:
IdentityProvider
- Get identity to use to sign a SOAP message.
This is used by the
InvocationEngine each time a SOAP message is sent.
Implementations should therefore normally cache the result.
- Specified by:
getIdentity in interface IdentityProvider
- Returns:
- the identity to be used
Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.