Uses of Class
net.spreadsheetspace.sdk.authentication.model.AuthenticationResponse
Packages that use AuthenticationResponse
-
Uses of AuthenticationResponse in net.spreadsheetspace.sdk.orchestrator
Methods in net.spreadsheetspace.sdk.orchestrator with parameters of type AuthenticationResponseModifier and TypeMethodDescriptionstatic ChangeRecipientDescriptorOrchestratorContactUtil.addRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) static ChangeRecipientDescriptorOrchestratorContactUtil.removeRecipients(String id, String view_server, LinkedList<String> listRecipient, String username, String password, String token, AuthenticationResponse ar, ExcelType excelType) -
Uses of AuthenticationResponse in net.spreadsheetspace.sdk.viewserver.model
Methods in net.spreadsheetspace.sdk.viewserver.model that return AuthenticationResponseModifier and TypeMethodDescriptionPullResponse.getAuthenticationResponse()PushResponse.getAuthenticationResponse()Methods in net.spreadsheetspace.sdk.viewserver.model with parameters of type AuthenticationResponseModifier and TypeMethodDescriptionvoidPullResponse.setAuthenticationResponse(AuthenticationResponse authenticationResponse) voidPushResponse.setAuthenticationResponse(AuthenticationResponse authenticationResponse) Constructors in net.spreadsheetspace.sdk.viewserver.model with parameters of type AuthenticationResponseModifierConstructorDescriptionPullResponse(AuthenticationResponse authenticationResponse, AuthorizationResponse authorizationResponse, String id, List<FileBlob> fileList, List<FileBlob> optionalFileList, Long seqNum) PushResponse(AuthenticationResponse authenticationResponse, AuthorizationResponse authorizationResponse, String viewId)