Package de.xima.fc.web.common.auth.event
Class IdentityCheckCallbackEvent
- java.lang.Object
-
- de.xima.fc.web.common.auth.event.IdentityCheckCallbackEvent
-
- All Implemented Interfaces:
IApiSessionEvent,IApplicationEvent,ISessionEvent,IEvent,Serializable
public class IdentityCheckCallbackEvent extends Object implements IApiSessionEvent
Event for informing about the result of an identity check.- Since:
- 7.0.0
- Author:
- XIMA Media GmbH
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IdentityCheckCallbackEvent(String token, org.pac4j.core.profile.UserProfile userProfile, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, Map<String,String> authenticationParameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,String>getAuthenticationParameters()javax.servlet.http.HttpServletRequestgetRequest()javax.servlet.http.HttpServletResponsegetResponse()StringgetSessionId()StringgetToken()org.pac4j.core.profile.UserProfilegetUserProfile()
-
-
-
Method Detail
-
getSessionId
public String getSessionId()
- Specified by:
getSessionIdin interfaceIApiSessionEvent
-
getToken
public String getToken()
-
getRequest
@Nullable public javax.servlet.http.HttpServletRequest getRequest()
-
getResponse
@Nullable public javax.servlet.http.HttpServletResponse getResponse()
-
getUserProfile
public org.pac4j.core.profile.UserProfile getUserProfile()
-
-