org.apache.cxf.authservice
Interface AuthService
- All Known Implementing Classes:
- AuthServiceImpl
public interface AuthService
This class was generated by the CXF 2.1-incubator-SNAPSHOT
Tue Jul 24 17:08:55 CST 2007
Generated source version: 2.1-incubator-SNAPSHOT
getRoles
java.util.List<java.lang.String> getRoles(java.lang.String sid)
getRolesAsArray
java.lang.String[] getRolesAsArray(java.lang.String sid)
authenticate
boolean authenticate(java.lang.String sid,
java.lang.String uid,
java.lang.String pwd)
authenticate
boolean authenticate(Authenticate auth)
getAuthentication
java.lang.String getAuthentication(java.lang.String sid)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.