Uses of Enum
org.qubership.atp.itf.lite.backend.enums.auth.RequestAuthorizationType
Packages that use RequestAuthorizationType
Package
Description
-
Uses of RequestAuthorizationType in org.qubership.atp.itf.lite.backend.components.auth
Methods in org.qubership.atp.itf.lite.backend.components.auth that return RequestAuthorizationTypeModifier and TypeMethodDescriptionBasicRequestAuthorizationStrategy.getAuthorizationType()BearerAuthorizationStrategy.getAuthorizationType()InheritFromParentAuthorizationStrategy.getAuthorizationType()OAuth1RequestAuthorizationStrategy.getAuthorizationType()OAuth2RequestAuthorizationStrategy.getAuthorizationType()RequestAuthorizationStrategy.getAuthorizationType()Methods in org.qubership.atp.itf.lite.backend.components.auth with parameters of type RequestAuthorizationTypeModifier and TypeMethodDescriptionRequestAuthorizationRegistry.getRequestAuthorizationStrategy(RequestAuthorizationType type) Lookup RequestAuthorizationStrategy implementation by type. -
Uses of RequestAuthorizationType in org.qubership.atp.itf.lite.backend.enums.auth
Methods in org.qubership.atp.itf.lite.backend.enums.auth that return RequestAuthorizationTypeModifier and TypeMethodDescriptionstatic RequestAuthorizationTypeReturns the enum constant of this type with the specified name.static RequestAuthorizationType[]RequestAuthorizationType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of RequestAuthorizationType in org.qubership.atp.itf.lite.backend.model.api.request.auth
Fields in org.qubership.atp.itf.lite.backend.model.api.request.auth declared as RequestAuthorizationTypeModifier and TypeFieldDescriptionprotected @NotNull RequestAuthorizationTypeAuthorizationSaveRequest.type -
Uses of RequestAuthorizationType in org.qubership.atp.itf.lite.backend.model.entities.auth
Fields in org.qubership.atp.itf.lite.backend.model.entities.auth declared as RequestAuthorizationType -
Uses of RequestAuthorizationType in org.qubership.atp.itf.lite.backend.service
Methods in org.qubership.atp.itf.lite.backend.service with parameters of type RequestAuthorizationTypeModifier and TypeMethodDescriptionRequestAuthorizationService.parseAuthorizationFromMap(Map<String, String> auth, RequestAuthorizationType type) Parses authorization parameters from a Postman-style map.