AuthorizationRule Class
- java.
lang. Object - com.
microsoft. azure. servicebus. management. AuthorizationRule
- com.
public abstract class AuthorizationRule
Constructor Summary
Constructor | Description | |
---|---|---|
AuthorizationRule() |
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String | getClaimType() |
Instant | getCreatedTime() |
abstract String | getKeyName() |
Instant | getModifiedTime() |
abstract
List<Access |
getRights() |
abstract void | setKeyName(String keyName) |
abstract void | setRights(List<AccessRights> rights) |
Methods inherited from java.lang.Object
Constructor Details
AuthorizationRule
public AuthorizationRule()
Method Details
getClaimType
public abstract String getClaimType()
getCreatedTime
public Instant getCreatedTime()
getKeyName
public abstract String getKeyName()
getModifiedTime
public Instant getModifiedTime()
getRights
public abstract List
setKeyName
public abstract void setKeyName(String keyName)
Parameters:
keyName
setRights
public abstract void setRights(List
Parameters:
rights
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java