public final class UserDelegationKey extends Object
Constructor and Description |
---|
UserDelegationKey() |
Modifier and Type | Method and Description |
---|---|
OffsetDateTime |
signedExpiry()
Get the signedExpiry value.
|
String |
signedOid()
Get the signedOid value.
|
String |
signedService()
Get the signedService value.
|
OffsetDateTime |
signedStart()
Get the signedStart value.
|
String |
signedTid()
Get the signedTid value.
|
String |
signedVersion()
Get the signedVersion value.
|
String |
value()
Get the value value.
|
UserDelegationKey |
withSignedExpiry(OffsetDateTime signedExpiry)
Set the signedExpiry value.
|
UserDelegationKey |
withSignedOid(String signedOid)
Set the signedOid value.
|
UserDelegationKey |
withSignedService(String signedService)
Set the signedService value.
|
UserDelegationKey |
withSignedStart(OffsetDateTime signedStart)
Set the signedStart value.
|
UserDelegationKey |
withSignedTid(String signedTid)
Set the signedTid value.
|
UserDelegationKey |
withSignedVersion(String signedVersion)
Set the signedVersion value.
|
UserDelegationKey |
withValue(String value)
Set the value value.
|
public String signedOid()
public UserDelegationKey withSignedOid(String signedOid)
signedOid
- the signedOid value to set.public String signedTid()
public UserDelegationKey withSignedTid(String signedTid)
signedTid
- the signedTid value to set.public OffsetDateTime signedStart()
public UserDelegationKey withSignedStart(OffsetDateTime signedStart)
signedStart
- the signedStart value to set.public OffsetDateTime signedExpiry()
public UserDelegationKey withSignedExpiry(OffsetDateTime signedExpiry)
signedExpiry
- the signedExpiry value to set.public String signedService()
public UserDelegationKey withSignedService(String signedService)
signedService
- the signedService value to set.public String signedVersion()
public UserDelegationKey withSignedVersion(String signedVersion)
signedVersion
- the signedVersion value to set.public String value()
public UserDelegationKey withValue(String value)
value
- the value value to set.Copyright © 2019 Microsoft Corporation. All rights reserved.