io.descoped.dc.api.node.builder.Authentication Maven / Gradle / Ivy
package io.descoped.dc.api.node.builder;
public enum Authentication {
NONE,
BASIC,
DIGEST,
OAUTH2,
SSL_FACTORY
}
package io.descoped.dc.api.node.builder;
public enum Authentication {
NONE,
BASIC,
DIGEST,
OAUTH2,
SSL_FACTORY
}