Inteface for abstracting out how we obtain credentials to access secure
applications across the bus.
author: Kuali Rice Team (kuali-rice@googlegroups.com) version: $Revision: 1.2.24.1 $ $Date: 2007/10/17 20:32:06 $ since: 0.9
getCredentials(String serviceEndpoint) Returns the SecurityContext which should have the proper credentials to
give to any system requiring credentials.
Returns the SecurityContext which should have the proper credentials to
give to any system requiring credentials. This class has no guarantees
what a user will do with the credentials and should thus always return a
thread-safe version.
Parameters: serviceDefinition - The Service Definition for which we wantcredentials for. the credentials, or null if credentials could not be obtained.