public enum RestfulSecurityServiceEnum extends Enum<RestfulSecurityServiceEnum>
| Enum Constant and Description |
|---|
BASIC
Display: Basic
Code Value: Basic Basic authentication defined in HTTP specification. |
CERTIFICATES
Display: Certificates
Code Value: Certificates SSL where client must have a certificate registered with the server. |
KERBEROS
Display: Kerberos
Code Value: Kerberos see http://www.ietf.org/rfc/rfc4120.txt. |
NTLM
Display: NTLM
Code Value: NTLM Microsoft NTLM Authentication. |
OAUTH
Display: OAuth
Code Value: OAuth Oauth (unspecified version see oauth.net). |
SMART_ON_FHIR
Display: SMART-on-FHIR
Code Value: SMART-on-FHIR OAuth2 using SMART-on-FHIR profile (see http://docs.smarthealthit.org/). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<RestfulSecurityServiceEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
RestfulSecurityService
|
| Modifier and Type | Method and Description |
|---|---|
static RestfulSecurityServiceEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static RestfulSecurityServiceEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RestfulSecurityServiceEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RestfulSecurityServiceEnum OAUTH
public static final RestfulSecurityServiceEnum SMART_ON_FHIR
public static final RestfulSecurityServiceEnum NTLM
public static final RestfulSecurityServiceEnum BASIC
public static final RestfulSecurityServiceEnum KERBEROS
public static final RestfulSecurityServiceEnum CERTIFICATES
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<RestfulSecurityServiceEnum> VALUESET_BINDER
public static RestfulSecurityServiceEnum[] values()
for (RestfulSecurityServiceEnum c : RestfulSecurityServiceEnum.values()) System.out.println(c);
public static RestfulSecurityServiceEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static RestfulSecurityServiceEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.