AuthorizationRule Interface
public interface AuthorizationRule
Represents an authorization rule to access Service Bus entities.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
List<Access |
getAccessRights()
Gets the access rights for the rule. |
abstract String |
getClaimType()
Gets the claim type. |
abstract String |
getClaimValue()
Gets the claim value. |
abstract
Offset |
getCreatedAt()
Gets the date time this rule was created. |
abstract String |
getKeyName()
Gets the name of the authorization rule. |
abstract
Offset |
getModifiedAt()
Gets the date time this rule was last modified. |
abstract String |
getPrimaryKey()
Gets the primary key. |
abstract String |
getSecondaryKey()
Gets the secondary key. |
Method Details
getAccessRights
public abstract List
Gets the access rights for the rule.
Returns:
getClaimType
public abstract String getClaimType()
Gets the claim type.
Returns:
getClaimValue
public abstract String getClaimValue()
Gets the claim value.
Returns:
getCreatedAt
public abstract OffsetDateTime getCreatedAt()
Gets the date time this rule was created.
Returns:
getKeyName
public abstract String getKeyName()
Gets the name of the authorization rule.
Returns:
getModifiedAt
public abstract OffsetDateTime getModifiedAt()
Gets the date time this rule was last modified.
Returns:
getPrimaryKey
public abstract String getPrimaryKey()
Gets the primary key.
Returns:
getSecondaryKey
public abstract String getSecondaryKey()
Gets the secondary key.
Returns: