Uses of Interface
org.frankframework.credentialprovider.ICredentials
Packages that use ICredentials
-
Uses of ICredentials in org.frankframework.credentialprovider
Classes in org.frankframework.credentialprovider that implement ICredentialsModifier and TypeClassDescriptionclassDefault credential objectclassWhen no credential is found in any of the CredentialProviders, this may be used.Methods in org.frankframework.credentialprovider that return ICredentialsModifier and TypeMethodDescriptionstatic @Nullable ICredentialsCredentialFactory.getCredentials(@Nullable String rawAlias) Entrypoint.static ICredentialsCredentialFactory.getCredentials(@Nullable String rawAlias, @Nullable String defaultUsername, @Nullable String defaultPassword) Entrypoint. -
Uses of ICredentials in org.frankframework.lifecycle.servlets
Methods in org.frankframework.lifecycle.servlets with parameters of type ICredentialsModifier and TypeMethodDescriptionprotected org.springframework.security.oauth2.client.registration.ClientRegistrationOAuth2Authenticator.getRegistration(@NonNull String provider, @NonNull ICredentials credentials)