Package org.apache.cxf.authservice
Interface AuthService
- All Known Implementing Classes:
AuthServiceImpl
public interface AuthService
-
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(String sid, String uid, String pwd) booleanauthenticate(Authenticate auth) getAuthentication(String sid) String[]getRolesAsArray(String sid)
-
Method Details
-
getRoles
-
getRolesAsArray
-
authenticate
-
authenticate
-
getAuthentication
-