Package org.apache.cxf.authservice
Class AuthServiceImpl
java.lang.Object
org.apache.cxf.authservice.AuthServiceImpl
- All Implemented Interfaces:
AuthService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanauthenticate(String sid, String uid, String pwd) booleangetAuthentication(String sid) String[]getRolesAsArray(String sid)
-
Constructor Details
-
AuthServiceImpl
public AuthServiceImpl()
-
-
Method Details
-
authenticate
- Specified by:
authenticatein interfaceAuthService
-
authenticate
- Specified by:
authenticatein interfaceAuthService
-
getAuthentication
- Specified by:
getAuthenticationin interfaceAuthService
-
getRoles
- Specified by:
getRolesin interfaceAuthService
-
getRolesAsArray
- Specified by:
getRolesAsArrayin interfaceAuthService
-