org.jboss.portal.identity.sso.cas
Class CASAuthenticationService

java.lang.Object
  extended by org.jboss.portal.identity.sso.cas.CASAuthenticationService
All Implemented Interfaces:
AuthenticationService

public class CASAuthenticationService
extends java.lang.Object
implements AuthenticationService


Constructor Summary
CASAuthenticationService()
           
 
Method Summary
 boolean authenticate(java.lang.String username, java.lang.String password)
           
 java.lang.String getHavingRole()
           
 void setHavingRole(java.lang.String havingRole)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CASAuthenticationService

public CASAuthenticationService()
Method Detail

start

public void start()

stop

public void stop()

getHavingRole

public java.lang.String getHavingRole()
Returns:

setHavingRole

public void setHavingRole(java.lang.String havingRole)
Parameters:
havingRole -

authenticate

public boolean authenticate(java.lang.String username,
                            java.lang.String password)
Specified by:
authenticate in interface AuthenticationService