AuthorizationRule Interface

public interface AuthorizationRule

Represents an authorization rule to access Service Bus entities.

Method Summary

Modifier and Type Method and Description
abstract List<AccessRights> getAccessRights()

Gets the access rights for the rule.

abstract String getClaimType()

Gets the claim type.

abstract String getClaimValue()

Gets the claim value.

abstract OffsetDateTime getCreatedAt()

Gets the date time this rule was created.

abstract String getKeyName()

Gets the name of the authorization rule.

abstract OffsetDateTime 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 getAccessRights()

Gets the access rights for the rule.

Returns:

The access rights for the rule.

getClaimType

public abstract String getClaimType()

Gets the claim type.

Returns:

The claim type.

getClaimValue

public abstract String getClaimValue()

Gets the claim value.

Returns:

The claim value.

getCreatedAt

public abstract OffsetDateTime getCreatedAt()

Gets the date time this rule was created.

Returns:

The date time this rule was created.

getKeyName

public abstract String getKeyName()

Gets the name of the authorization rule.

Returns:

name of the authorization rule.

getModifiedAt

public abstract OffsetDateTime getModifiedAt()

Gets the date time this rule was last modified.

Returns:

The date time this rule was last modified.

getPrimaryKey

public abstract String getPrimaryKey()

Gets the primary key.

Returns:

The primary key.

getSecondaryKey

public abstract String getSecondaryKey()

Gets the secondary key.

Returns:

The secondary key.

Applies to