public final class AnonymousCredentials extends java.lang.Object implements ICredentials
Constructor and Description |
---|
AnonymousCredentials()
Returns an empty instance of
AnonymousCredentials . |
Modifier and Type | Method and Description |
---|---|
com.microsoft.rest.v2.policy.RequestPolicy |
create(com.microsoft.rest.v2.policy.RequestPolicy nextRequestPolicy,
com.microsoft.rest.v2.policy.RequestPolicyOptions options)
Creates a new
AnonymousCredentialsPolicy . |
public AnonymousCredentials()
AnonymousCredentials
.public com.microsoft.rest.v2.policy.RequestPolicy create(com.microsoft.rest.v2.policy.RequestPolicy nextRequestPolicy, com.microsoft.rest.v2.policy.RequestPolicyOptions options)
AnonymousCredentialsPolicy
.create
in interface com.microsoft.rest.v2.policy.RequestPolicyFactory
nextRequestPolicy
- The next RequestPolicy
in the pipeline which will be called after this policy completes.options
- Unused.RequestPolicy
object to be inserted into the HttpPipeline
.