public class PlainSASLResult extends Object implements SASLResult
| Constructor and Description |
|---|
PlainSASLResult(boolean success,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
getPassword() |
Subject |
getSubject() |
String |
getUser() |
boolean |
isSuccess() |
public Subject getSubject()
getSubject in interface SASLResultpublic String getUser()
getUser in interface SASLResultpublic String getPassword()
public boolean isSuccess()
isSuccess in interface SASLResultCopyright © 2021 The Apache Software Foundation. All rights reserved.