|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthenticationLevel | |
|---|---|
| com.edustructures.sifworks.infra | Classes to model Infrastructure Elements (SIF 2.0 Specification, Infrastructure and Infrastructure Working Group) |
| Uses of AuthenticationLevel in com.edustructures.sifworks.infra |
|---|
| Fields in com.edustructures.sifworks.infra declared as AuthenticationLevel | |
|---|---|
static AuthenticationLevel |
AuthenticationLevel.ONE
A valid certificate must be presented. |
static AuthenticationLevel |
AuthenticationLevel.THREE
A valid certificate from a trusted certificate authority must be presented and the CN field of the certificate's Subject entry must match the host sending the certificate. |
static AuthenticationLevel |
AuthenticationLevel.TWO
A valid certificate from a trusted certificate authority must be presented. |
static AuthenticationLevel |
AuthenticationLevel.ZERO
No authentication required and a valid certificate does not need to be presented. |
| Methods in com.edustructures.sifworks.infra that return AuthenticationLevel | |
|---|---|
static AuthenticationLevel |
AuthenticationLevel.wrap(java.lang.String value)
Wrap an arbitrary string value in an AuthenticationLevel object. |
| Methods in com.edustructures.sifworks.infra with parameters of type AuthenticationLevel | |
|---|---|
void |
SIF_SIFNode.setSIF_AuthenticationLevel(AuthenticationLevel value)
Sets the value of the <SIF_AuthenticationLevel> element. |
void |
SIF_SecureChannel.setSIF_AuthenticationLevel(AuthenticationLevel value)
Sets the value of the <SIF_AuthenticationLevel> element. |
void |
SIF_Security.setSIF_SecureChannel(AuthenticationLevel sifAuthenticationLevel,
EncryptionLevel sifEncryptionLevel)
Sets the value of the <SIF_SecureChannel> child element. |
| Constructors in com.edustructures.sifworks.infra with parameters of type AuthenticationLevel | |
|---|---|
SIF_SecureChannel(AuthenticationLevel sifAuthenticationLevel,
EncryptionLevel sifEncryptionLevel)
Constructor that accepts values for all mandatory fields |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||