org.apache.cxf.authservice
Interface AuthService

All Known Implementing Classes:
AuthServiceImpl

public interface AuthService


Method Summary
 boolean authenticate(Authenticate auth)
           
 boolean authenticate(String sid, String uid, String pwd)
           
 String getAuthentication(String sid)
           
 List<String> getRoles(String sid)
           
 String[] getRolesAsArray(String sid)
           
 

Method Detail

getRoles

List<String> getRoles(String sid)

getRolesAsArray

String[] getRolesAsArray(String sid)

authenticate

boolean authenticate(String sid,
                     String uid,
                     String pwd)

authenticate

boolean authenticate(Authenticate auth)

getAuthentication

String getAuthentication(String sid)


Apache CXF