public class SecurityConfiguration extends Object
| Constructor and Description |
|---|
SecurityConfiguration(byte[] username,
byte[] password,
SecurityLevel securityLevel) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getPassword() |
SecurityLevel |
getSecurityLevel() |
byte[] |
getUsername() |
static SecurityConfiguration |
none() |
public SecurityConfiguration(byte[] username,
byte[] password,
SecurityLevel securityLevel)
public static SecurityConfiguration none()
public byte[] getUsername()
public byte[] getPassword()
public SecurityLevel getSecurityLevel()
Copyright © 2019. All rights reserved.