public interface AuthService
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(Authenticate auth) |
boolean |
authenticate(String sid,
String uid,
String pwd) |
String |
getAuthentication(String sid) |
List<String> |
getRoles(String sid) |
String[] |
getRolesAsArray(String sid) |
Apache CXF