Interface ExternalLogoutContext
public interface ExternalLogoutContext
Logout context holding the user reference of the user to log out.
- Since:
- 6.2.2
-
Method Summary
Modifier and TypeMethodDescriptionReturns the repository associated with this logout context.Returns the user reference of the user to log out.
-
Method Details
-
getUserReference
UserReference getUserReference()Returns the user reference of the user to log out. -
getRepository
Repository getRepository()Returns the repository associated with this logout context.
-