Uses of Class
org.bonitasoft.connectors.rest.model.AuthorizationType
-
Packages that use AuthorizationType Package Description org.bonitasoft.connectors.rest org.bonitasoft.connectors.rest.model -
-
Uses of AuthorizationType in org.bonitasoft.connectors.rest
Methods in org.bonitasoft.connectors.rest that return AuthorizationType Modifier and Type Method Description protected AuthorizationTypeAbstractRESTConnectorImpl. getAuthType() -
Uses of AuthorizationType in org.bonitasoft.connectors.rest.model
Methods in org.bonitasoft.connectors.rest.model that return AuthorizationType Modifier and Type Method Description static AuthorizationTypeAuthorizationType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationType[]AuthorizationType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-