trait Retrievals extends AnyRef
- Annotations
- @deprecated
- Deprecated
(Since version 2.11.0-play-26) Please use uk.gov.hmrc.auth.core.retrieve.v2.Retrievals instead
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- Retrievals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val affinityGroup: Retrieval[Option[AffinityGroup]]
- val agentCode: Retrieval[Option[String]]
- val agentInformation: Retrieval[AgentInformation]
- val allEnrolments: Retrieval[Enrolments]
- val allItmpUserDetails: Retrieval[~[~[ItmpName, Option[LocalDate]], ItmpAddress]]
- val allUserDetails: Retrieval[~[~[~[~[~[~[~[~[~[~[Credentials, Name], Option[LocalDate]], Option[String]], Option[String]], Option[AffinityGroup]], Option[String]], AgentInformation], Option[CredentialRole]], Option[String]], Option[String]]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val authorisedEnrolments: Retrieval[Enrolments]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val confidenceLevel: Retrieval[ConfidenceLevel]
- val credentialRole: Retrieval[Option[CredentialRole]]
- val credentialStrength: Retrieval[Option[String]]
- val credentials: Retrieval[Credentials]
- val dateOfBirth: Retrieval[Option[LocalDate]]
- val description: Retrieval[Option[String]]
- val email: Retrieval[Option[String]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- val externalId: Retrieval[Option[String]]
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val gatewayInformation: Retrieval[Option[GatewayInformation]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupIdentifier: Retrieval[Option[String]]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val internalId: Retrieval[Option[String]]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val itmpAddress: Retrieval[ItmpAddress]
- val itmpDateOfBirth: Retrieval[Option[LocalDate]]
- val itmpName: Retrieval[ItmpName]
- val loginTimes: Retrieval[LoginTimes]
- val mdtpInformation: Retrieval[Option[MdtpInformation]]
- val name: Retrieval[Name]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nino: Retrieval[Option[String]]
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val postCode: Retrieval[Option[String]]
- val saUtr: Retrieval[Option[String]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
Deprecated Value Members
- val authProviderId: Retrieval[LegacyCredentials]
- Annotations
- @deprecated
- Deprecated
Use 'credentials' retrieval
- val userDetailsUri: Retrieval[Option[String]]
- Annotations
- @deprecated
- Deprecated
Use retrievals that fetch user details data directly as opposed to retrieve json using the uri