public class BasicAuthenticationCredentials extends Object implements org.springframework.beans.factory.InitializingBean
| Constructor and Description |
|---|
BasicAuthenticationCredentials() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public BasicAuthenticationCredentials()
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()
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.