Uses of Interface
org.bonitasoft.connectors.rest.model.Authorization
-
Packages that use Authorization Package Description org.bonitasoft.connectors.rest.model -
-
Uses of Authorization in org.bonitasoft.connectors.rest.model
Classes in org.bonitasoft.connectors.rest.model that implement Authorization Modifier and Type Class Description classBasicDigestAuthorizationThis class reflects the information for a Basic or Digest authorization of a HTTP request.classHeaderAuthorizationThis class reflects the information for a header authorization of a HTTP request.Methods in org.bonitasoft.connectors.rest.model that return Authorization Modifier and Type Method Description AuthorizationRequest. getAuthorization()Authorization value getter.Methods in org.bonitasoft.connectors.rest.model with parameters of type Authorization Modifier and Type Method Description voidRequest. setAuthorization(Authorization authorization)Authorization value setter.
-