org.apache.cxf.authservice
Class AuthServiceImpl
java.lang.Object
org.apache.cxf.authservice.AuthServiceImpl
- All Implemented Interfaces:
- AuthService
public class AuthServiceImpl
- extends Object
- implements AuthService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AuthServiceImpl
public AuthServiceImpl()
authenticate
public boolean authenticate(String sid,
String uid,
String pwd)
- Specified by:
authenticate
in interface AuthService
authenticate
public boolean authenticate(Authenticate au)
- Specified by:
authenticate
in interface AuthService
getAuthentication
public String getAuthentication(String sid)
- Specified by:
getAuthentication
in interface AuthService
getRoles
public List<String> getRoles(String sid)
- Specified by:
getRoles
in interface AuthService
getRolesAsArray
public String[] getRolesAsArray(String sid)
- Specified by:
getRolesAsArray
in interface AuthService
Apache CXF