public class AuthenticationProfile extends Object
| Constructor and Description |
|---|
AuthenticationProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
boolean |
getIsDefault() |
String |
getName() |
Map<String,Object> |
getParameters() |
AuthType |
getType() |
void |
setIsDefault(boolean isDefault) |
void |
setName(String name) |
void |
setParameters(Map<String,Object> parameters) |
void |
setType(AuthType type) |
String |
toString() |
Copyright © 2020. All rights reserved.