@ServerSide @ExtensionPoint public abstract class Authenticator extends Object
SecurityRealm| Modifier and Type | Class and Description | 
|---|---|
| static class  | Authenticator.Context | 
| Constructor and Description | 
|---|
| Authenticator() | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract boolean | doAuthenticate(Authenticator.Context context) | 
public Authenticator()
public abstract boolean doAuthenticate(Authenticator.Context context)
RuntimeException - in case of unexpected error such as connection failureCopyright © 2009–2016 SonarSource. All rights reserved.