Package se.idkollen.client.endpoints
Class FrejaEndpoint
java.lang.Object
se.idkollen.client.endpoints.FrejaEndpoint
Endpoint for Freja eID operations.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionStart a Freja eID authentication session.Poll the current status of a Freja eID authentication session.Start a Freja eID backchannel authentication session.Start a Freja eID backchannel signing session.Cancel a Freja eID authentication session.Cancel a Freja eID signing session.Start a Freja eID signing session.Poll the current status of a Freja eID signing session.waitForAuthAsync(String id, PollOptions opts) Poll until the authentication session reaches a terminal state or the timeout elapses.waitForSignAsync(String id, PollOptions opts) Poll until the signing session reaches a terminal state or the timeout elapses.
-
Constructor Details
-
FrejaEndpoint
-
-
Method Details
-
authAsync
Start a Freja eID authentication session. -
backchannelAuthAsync
Start a Freja eID backchannel authentication session. -
signAsync
Start a Freja eID signing session. -
backchannelSignAsync
Start a Freja eID backchannel signing session. -
authStatusAsync
Poll the current status of a Freja eID authentication session. -
signStatusAsync
Poll the current status of a Freja eID signing session. -
cancelAuthAsync
Cancel a Freja eID authentication session. -
cancelSignAsync
Cancel a Freja eID signing session. -
waitForAuthAsync
Poll until the authentication session reaches a terminal state or the timeout elapses. -
waitForAuthAsync
-
waitForSignAsync
Poll until the signing session reaches a terminal state or the timeout elapses. -
waitForSignAsync
-