Class UserContext
java.lang.Object
org.springframework.extensions.webscripts.connector.UserContext
Describes bound-context for a given user.
Bound context includes Credentials and Connector session information.
Credentials may or may not be bound to a CredentialVault. ConnectorSessions may or may not be bound to an Http Session.
This class is immutable.
- Author:
- muzquiano, kevinr
-
Constructor Summary
ConstructorsConstructorDescriptionUserContext(String userId, Credentials credentials, ConnectorSession connectorSession) -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
UserContext
-
-
Method Details
-
getUserId
-
getCredentials
-
getConnectorSession
-