toValue method
Implementation
String toValue() {
switch (this) {
case AuthenticationStrategy.simple:
return 'SIMPLE';
case AuthenticationStrategy.ldap:
return 'LDAP';
}
}
String toValue() {
switch (this) {
case AuthenticationStrategy.simple:
return 'SIMPLE';
case AuthenticationStrategy.ldap:
return 'LDAP';
}
}