public final class AuthMethod extends Object
| Constructor and Description |
|---|
AuthMethod() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getConfig() |
String |
getDescription() |
String |
getRawType() |
AuthBackend |
getType() |
boolean |
isLocal() |
void |
setType(String type) |
public void setType(String type)
type - Backend type, passed to AuthBackend.forType(String)public AuthBackend getType()
public String getRawType()
public String getDescription()
public boolean isLocal()
Copyright © 2016–2017. All rights reserved.