Uses of Class
org.springframework.extensions.webscripts.connector.ConnectorSession
Packages that use ConnectorSession
-
Uses of ConnectorSession in org.springframework.extensions.webscripts.connector
Fields in org.springframework.extensions.webscripts.connector declared as ConnectorSessionMethods in org.springframework.extensions.webscripts.connector that return ConnectorSessionModifier and TypeMethodDescriptionActivitiAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) AlfrescoAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) Authenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) Authenticate against the given Endpoint URL with the supplied CredentialsAbstractConnector.getConnectorSession()AuthenticatingConnector.getConnectorSession()Connector.getConnectorSession()Returns the connector sessionConnectorService.getConnectorSession(jakarta.servlet.http.HttpSession session, String endpointId) Returns the ConnectorSession bound to the current HttpSession for the given endpointUserContext.getConnectorSession()Methods in org.springframework.extensions.webscripts.connector with parameters of type ConnectorSessionModifier and TypeMethodDescriptionActivitiAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) AlfrescoAuthenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) Authenticator.authenticate(String endpoint, Credentials credentials, ConnectorSession connectorSession) Authenticate against the given Endpoint URL with the supplied CredentialsbooleanActivitiAuthenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession) booleanAlfrescoAuthenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession) booleanAuthenticator.isAuthenticated(String endpoint, ConnectorSession connectorSession) Returns whether the current connector session has been authenticated or notprotected voidAbstractAuthenticator.processResponse(Response response, ConnectorSession connectorSession) Retrieves headers from response and stores onto the Connector SessionvoidAbstractConnector.setConnectorSession(ConnectorSession connectorSession) voidAuthenticatingConnector.setConnectorSession(ConnectorSession connectorSession) voidConnector.setConnectorSession(ConnectorSession connectorSession) Sets the connector sessionConstructors in org.springframework.extensions.webscripts.connector with parameters of type ConnectorSessionModifierConstructorDescriptionUserContext(String userId, Credentials credentials, ConnectorSession connectorSession)