public final class HTTPAuthenticationType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines HTTP authentication method.
Copyright: Copyright (c) 2012
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static HTTPAuthenticationType |
BASIC
Basic HTTP authentication.
|
static HTTPAuthenticationType |
DIGEST
Digest HTTP authentication.
|
static HTTPAuthenticationType |
OAUTH2
OAUTH2 authentication.
|
Modifier and Type | Method and Description |
---|---|
static HTTPAuthenticationType |
valueOf(java.lang.String name) |
static HTTPAuthenticationType[] |
values() |
public static final HTTPAuthenticationType BASIC
public static final HTTPAuthenticationType DIGEST
public static final HTTPAuthenticationType OAUTH2
public static HTTPAuthenticationType[] values()
public static HTTPAuthenticationType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.