Package | Description |
---|---|
com.streamscape.sef.network.http.acceptor | |
com.streamscape.sef.network.http.server.config |
Modifier and Type | Method and Description |
---|---|
HTTPAuthenticationType |
HTTPAcceptorConfiguration.getAuthenticationType() |
Modifier and Type | Method and Description |
---|---|
void |
HTTPAcceptorConfiguration.setAuthenticationType(HTTPAuthenticationType authenticationType) |
Modifier and Type | Field and Description |
---|---|
static HTTPAuthenticationType |
HTTPAuthenticationType.BASIC
Basic HTTP authentication.
|
static HTTPAuthenticationType |
HTTPAuthenticationType.DIGEST
Digest HTTP authentication.
|
static HTTPAuthenticationType |
HTTPAuthenticationType.OAUTH2
OAUTH2 authentication.
|
Modifier and Type | Method and Description |
---|---|
static HTTPAuthenticationType |
HTTPAuthenticationType.valueOf(java.lang.String name) |
static HTTPAuthenticationType[] |
HTTPAuthenticationType.values() |
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.