HostId

case class HostId(domain: String) extends BaseId

An identity whose scheme is "host" and id is equal to "[[domain]]".

Value parameters:
domain

an internet domain name

See also:
trait Serializable
trait Product
trait Equals
class BaseId
trait Id
class Object
trait Matchable
class Any

Value members

Inherited methods

def permit(permission: Int): ACL

Returns an ACL for this identity using the given permission.

Returns an ACL for this identity using the given permission.

Value parameters:
permission

the bitwise union of permission that apply to the ACL

Returns:

an ACL with the given permission

Inherited from:
Id
Inherited from:
Product

Inherited fields

val id: String

Returns the id.

Returns the id.

Returns:

a string representing the id

Inherited from:
BaseId

Returns the scheme.

Returns the scheme.

Returns:

a string representing the scheme

Inherited from:
BaseId