Herbert Rosmanith wrote:
using e.g. globus-credential-delegate, I can send a security credential
to a globus container. this will output an epr which can be used to
access the delegated credential.
but how can a service access the credentials? where can a service
find the security related information?
Maybe try something like this:
String caller = org.globus.wsrf.security.SecurityManager.getManager()
.getCaller();
String remoteAddress = MessageContext.getCurrentContext()
.getStrProp(org.apache.axis.Constants.MC_REMOTE_ADDR);
Best regards,
Joel