Uses of Class
io.keyko.nevermined.models.service.types.AuthorizationService.AuthTypes
-
Packages that use AuthorizationService.AuthTypes Package Description io.keyko.nevermined.external io.keyko.nevermined.models.service io.keyko.nevermined.models.service.types -
-
Uses of AuthorizationService.AuthTypes in io.keyko.nevermined.external
Methods in io.keyko.nevermined.external with parameters of type AuthorizationService.AuthTypes Modifier and Type Method Description static EncryptionResponseGatewayService. encrypt(String gatewayUrl, String message, AuthorizationService.AuthTypes authType)Calls a Gateway endpoint to request the execution of a Compute Servicestatic EncryptionResponseGatewayService. encrypt(String gatewayUrl, String message, AuthorizationService.AuthTypes authType, String did)Calls a Gateway endpoint to request the execution of a Compute Service -
Uses of AuthorizationService.AuthTypes in io.keyko.nevermined.models.service
Fields in io.keyko.nevermined.models.service declared as AuthorizationService.AuthTypes Modifier and Type Field Description private AuthorizationService.AuthTypesAuthConfig. serviceMethods in io.keyko.nevermined.models.service that return AuthorizationService.AuthTypes Modifier and Type Method Description AuthorizationService.AuthTypesAuthConfig. getService()Methods in io.keyko.nevermined.models.service with parameters of type AuthorizationService.AuthTypes Modifier and Type Method Description AuthConfigAuthConfig. setService(AuthorizationService.AuthTypes service)Constructors in io.keyko.nevermined.models.service with parameters of type AuthorizationService.AuthTypes Constructor Description AuthConfig(String serviceEndpoint, AuthorizationService.AuthTypes service) -
Uses of AuthorizationService.AuthTypes in io.keyko.nevermined.models.service.types
Fields in io.keyko.nevermined.models.service.types declared as AuthorizationService.AuthTypes Modifier and Type Field Description static AuthorizationService.AuthTypesAuthorizationService. DEFAULT_SERVICEMethods in io.keyko.nevermined.models.service.types that return AuthorizationService.AuthTypes Modifier and Type Method Description static AuthorizationService.AuthTypesAuthorizationService.AuthTypes. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorizationService.AuthTypes[]AuthorizationService.AuthTypes. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.keyko.nevermined.models.service.types with parameters of type AuthorizationService.AuthTypes Constructor Description AuthorizationService(String serviceEndpoint, int index, AuthorizationService.AuthTypes service)
-