public final class AuthenticationType
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a type of authentication.
Copyright: Copyright (c) 2011
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static AuthenticationType |
CREDENTIALS_WITH_KEY |
static AuthenticationType |
CREDENTIALS_WITH_KEYSTORE |
static AuthenticationType |
DIGEST |
static AuthenticationType |
PASSWORD_PLAIN_TEXT |
static AuthenticationType |
USER_ONLY |
Modifier and Type | Method and Description |
---|---|
static AuthenticationType |
valueOf(java.lang.String name) |
static AuthenticationType[] |
values() |
public static final AuthenticationType USER_ONLY
public static final AuthenticationType PASSWORD_PLAIN_TEXT
public static final AuthenticationType DIGEST
public static final AuthenticationType CREDENTIALS_WITH_KEY
public static final AuthenticationType CREDENTIALS_WITH_KEYSTORE
public static AuthenticationType[] values()
public static AuthenticationType valueOf(java.lang.String name)
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.