com.bmc.arsys.api
Interface ARNativeAuthenticationInfo
public interface ARNativeAuthenticationInfo
The ARNativeAuthenticationInfo
interface is implemented by peripheral components
of the AR Server to be able to return the user credentials for the user who triggered the api
call that led to a call to the component. For eg. a plugin could use the ARPluginContext class
that implements this interface, to access the authentication info for the user who triggered
the api call that resulted in that plugin call. That way, the plugin can invoke api calls as
that user himself. Note that these credentials are valid for the length of the api call only.
So one wont be able to save this information and use it later on.
getUser
String getUser()
getUserSessionGuid
String getUserSessionGuid()
getAuthString
String getAuthString()
© Copyright 2006, 2007 BMC Software, Inc.