uk.gov.hmrc.auth.core.Enrolment
See theEnrolment companion object
case class Enrolment(key: String, identifiers: Seq[EnrolmentIdentifier], state: String, delegatedAuthRule: Option[String]) extends Predicate
Attributes
Members list
Value members
Concrete methods
Convert this predicate to JSON for sending over the wire
Convert this predicate to JSON for sending over the wire
Attributes
- Returns
-
the JSON
Inherited methods
Join this Predicate with another as a boolean AND
Join this Predicate with another as a boolean AND
Value parameters
- other
-
A Predicate to join with this Predicate
Attributes
- Returns
-
A CompositePredicate containing this Predicate and the supplied one
- Inherited from:
- Predicate
Join this Predicate with another as a boolean OR
Join this Predicate with another as a boolean OR
Value parameters
- other
-
A Predicate to join with this Predicate
Attributes
- Returns
-
An AlternatePredicate containing this Predicate and the supplied one
- Inherited from:
- Predicate
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
In this article