Authentication
object is created
by collecting user information and then the act of authentication is done
later (by AuthenticationManager
) to verify it.OpenIdSession
associated with HTTP session in the current extend.OpenIdSsoSecurityRealm.doCommenceLogin(String)
method.AuthSuccess
instance given the class
and URI type of the response message.SecurityRealm
by allowing login via OpenID.OpenIdLoginService.SessionNotFound
: {@code Unable to find
an on-going OpenID session.OpenIdLoginService
instances.OpenIdLoginService.SessionNotFound
: {@code Unable to find
an on-going OpenID session.Copyright © 2016–2020. All rights reserved.