Uses of Interface
de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth.Authentication
-
Packages that use Authentication Package Description de.iip_ecosphere.platform.support.semanticId.eclass.handler de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth -
-
Uses of Authentication in de.iip_ecosphere.platform.support.semanticId.eclass.handler
Fields in de.iip_ecosphere.platform.support.semanticId.eclass.handler with type parameters of type Authentication Modifier and Type Field Description private java.util.Map<java.lang.String,Authentication>ApiClient. authenticationsMethods in de.iip_ecosphere.platform.support.semanticId.eclass.handler that return Authentication Modifier and Type Method Description AuthenticationApiClient. getAuthentication(java.lang.String authName)Get authentication for the given name.Methods in de.iip_ecosphere.platform.support.semanticId.eclass.handler 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 de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth
Classes in de.iip_ecosphere.platform.support.semanticId.eclass.handler.auth that implement Authentication Modifier and Type Class Description classApiKeyAuthclassHttpBasicAuthclassOAuth
-