Package com.digimarc.dms.session
Class SdkSessionCredentialsAccessor
java.lang.Object
com.digimarc.dms.session.SdkSessionCredentialsAccessor
Utility class that encapsulates SdkSession and provide its credentials
-
Constructor Summary
ConstructorsConstructorDescriptionSdkSessionCredentialsAccessor
(SdkSession sdkSession) Constructs a newSdkSessionCredentialsAccessor
with the specified SDK session. -
Method Summary
Modifier and TypeMethodDescriptionReturns the SDK credentials provider associated with the current session.
-
Constructor Details
-
SdkSessionCredentialsAccessor
Constructs a newSdkSessionCredentialsAccessor
with the specified SDK session.- Parameters:
sdkSession
- the SDK session to be used. Must not be null.
-
-
Method Details
-
getSdkResolverCredentialsProvider
Returns the SDK credentials provider associated with the current session.- Returns:
- the
ResolverCredentialsProvider
associated with the current session.
-