org.apache.cxf.authservice
Class AuthServiceImpl

java.lang.Object
  extended by org.apache.cxf.authservice.AuthServiceImpl
All Implemented Interfaces:
AuthService

public class AuthServiceImpl
extends Object
implements AuthService


Constructor Summary
AuthServiceImpl()
           
 
Method Summary
 boolean authenticate(Authenticate au)
           
 boolean authenticate(String sid, String uid, String pwd)
           
 String getAuthentication(String sid)
           
 List<String> getRoles(String sid)
           
 String[] getRolesAsArray(String sid)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthServiceImpl

public AuthServiceImpl()
Method Detail

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