public class AuthServiceImpl extends Object implements AuthService
| Constructor and Description |
|---|
AuthServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authenticate(Authenticate au) |
boolean |
authenticate(String sid,
String uid,
String pwd) |
String |
getAuthentication(String sid) |
List<String> |
getRoles(String sid) |
String[] |
getRolesAsArray(String sid) |
public boolean authenticate(String sid, String uid, String pwd)
authenticate in interface AuthServicepublic boolean authenticate(Authenticate au)
authenticate in interface AuthServicepublic String getAuthentication(String sid)
getAuthentication in interface AuthServicepublic List<String> getRoles(String sid)
getRoles in interface AuthServicepublic String[] getRolesAsArray(String sid)
getRolesAsArray in interface AuthServiceApache CXF