Uses of Interface
kubevirt.auth.Authentication
-
Packages that use Authentication Package Description kubevirt kubevirt.auth -
-
Uses of Authentication in kubevirt
Fields in kubevirt with type parameters of type Authentication Modifier and Type Field Description private java.util.Map<java.lang.String,Authentication>
ApiClient. authentications
Methods in kubevirt that return Authentication Modifier and Type Method Description Authentication
ApiClient. getAuthentication(java.lang.String authName)
Get authentication for the given name.Methods in kubevirt that return types with arguments of type Authentication Modifier and Type Method Description java.util.Map<java.lang.String,Authentication>
ApiClient. getAuthentications()
Get authentications (key: authentication name, value: authentication). -
Uses of Authentication in kubevirt.auth
Classes in kubevirt.auth that implement Authentication Modifier and Type Class Description class
ApiKeyAuth
class
HttpBasicAuth
class
OAuth
-