Uses of Interface
pl.edu.icm.unity.engine.api.authn.sandbox.SandboxAuthnContext
-
Packages that use SandboxAuthnContext Package Description pl.edu.icm.unity.engine.api.authn.remote Remote authentication APIpl.edu.icm.unity.engine.api.authn.sandbox -
-
Uses of SandboxAuthnContext in pl.edu.icm.unity.engine.api.authn.remote
Classes in pl.edu.icm.unity.engine.api.authn.remote that implement SandboxAuthnContext Modifier and Type Class Description class
RemoteSandboxAuthnContext
Stores full information on the remote sandboxed authentication. -
Uses of SandboxAuthnContext in pl.edu.icm.unity.engine.api.authn.sandbox
Classes in pl.edu.icm.unity.engine.api.authn.sandbox that implement SandboxAuthnContext Modifier and Type Class Description class
EmptySandboxAuthnConext
Fields in pl.edu.icm.unity.engine.api.authn.sandbox declared as SandboxAuthnContext Modifier and Type Field Description SandboxAuthnContext
SandboxAuthnEvent. ctx
SandboxAuthnContext
SandboxAuthenticationResult. sandboxAuthnInfo
Constructors in pl.edu.icm.unity.engine.api.authn.sandbox with parameters of type SandboxAuthnContext Constructor Description SandboxAuthenticationResult(AuthenticationResult base, SandboxAuthnContext sandboxAuthnInfo)
SandboxAuthnEvent(SandboxAuthnContext ctx, AuthenticatedEntity entity, String callerId)
-