| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.ksb.service.BasicAuthenticationCredentials
public class BasicAuthenticationCredentials
Initializes authenticationService with user credentials.
| Constructor Summary | |
|---|---|
| BasicAuthenticationCredentials() | |
| Method Summary | |
|---|---|
|  void | afterPropertiesSet()Register the service credentials for the service | 
|  BasicAuthenticationService | getAuthenticationService()Gets the BasicAuthenticationService to use | 
|  String | getLocalServiceName()Gets the localServiceName | 
|  String | getPassword()Gets the password | 
|  String | getServiceNameSpaceURI()Gets the serviceNameSpaceURI | 
|  String | getUsername()Gets the username | 
|  void | setAuthenticationService(BasicAuthenticationService authenticationService)Sets the authenticationService | 
|  void | setLocalServiceName(String localServiceName)Sets the localServiceName | 
|  void | setPassword(String password)Sets the password | 
|  void | setServiceNameSpaceURI(String serviceNameSpaceURI)Sets the serviceNameSpaceURI | 
|  void | setUsername(String username)Sets the username | 
| protected  boolean | validate()Validates authenticationService, serviceNameSpaceURI, localServiceName, username, and password | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public BasicAuthenticationCredentials()
| Method Detail | 
|---|
public void afterPropertiesSet()
                        throws Exception
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBeanExceptionInitializingBean.afterPropertiesSet()public BasicAuthenticationService getAuthenticationService()
public void setAuthenticationService(BasicAuthenticationService authenticationService)
authenticationService - the BasicAthenticationService to setpublic String getServiceNameSpaceURI()
public void setServiceNameSpaceURI(String serviceNameSpaceURI)
serviceNameSpaceURI - the serviceNameSpaceURI to setpublic String getLocalServiceName()
public void setLocalServiceName(String localServiceName)
localServiceName - the localServiceName to setpublic String getUsername()
public void setUsername(String username)
username - the username to setpublic String getPassword()
public void setPassword(String password)
password - the password to setprotected boolean validate()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||