RealmRolePolicy

csw.aas.http.AuthorizationPolicy.RealmRolePolicy
final case class RealmRolePolicy(name: String) extends SyncAuthorizationPolicy

This policy filters requests based on Realm Role.

A Realm Role is global role within a realm and is applicable for all clients within realm.

Value parameters

name

Name of role

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait AuthorizationPolicy
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final override def authorize(accessToken: AccessToken): Future[Boolean]

Implement this method to create an asynchronous AuthorizationPolicy

Implement this method to create an asynchronous AuthorizationPolicy

Attributes

Definition Classes
SyncAuthorizationPolicy -> AuthorizationPolicy
Inherited from:
SyncAuthorizationPolicy

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product