Uses of Record Class
org.forgerock.am.authn.backchannel.BackChannelTransactionInitializeRequestData.Subject
Packages that use BackChannelTransactionInitializeRequestData.Subject
Package
Description
Internal API for initializing and checking back-channel authentication.
-
Uses of BackChannelTransactionInitializeRequestData.Subject in org.forgerock.am.authn.backchannel
Methods in org.forgerock.am.authn.backchannel that return BackChannelTransactionInitializeRequestData.SubjectModifier and TypeMethodDescriptionBackChannelTransactionInitializeRequestData.subject()Returns the value of thesubjectrecord component.Constructors in org.forgerock.am.authn.backchannel with parameters of type BackChannelTransactionInitializeRequestData.SubjectModifierConstructorDescriptionBackChannelTransactionInitializeRequestData(String type, String value, BackChannelTransactionInitializeRequestData.Subject subject, Map<String, Object> data, String trackingId, Long timeoutSeconds, boolean allowRetry) Creates an instance of aBackChannelTransactionInitializeRequestDatarecord class.