Package org.kuali.rice.ksb.service
Class BasicAuthenticationConnectionCredentials
java.lang.Object
org.kuali.rice.ksb.service.BasicAuthenticationCredentials
org.kuali.rice.ksb.service.BasicAuthenticationConnectionCredentials
- All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Extends BasicAuthenticationCredentials
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRegister the service credentials for the serviceMethods inherited from class org.kuali.rice.ksb.service.BasicAuthenticationCredentials
getAuthenticationService, getLocalServiceName, getPassword, getServiceNameSpaceURI, getUsername, setAuthenticationService, setLocalServiceName, setPassword, setServiceNameSpaceURI, setUsername, validate
-
Constructor Details
-
BasicAuthenticationConnectionCredentials
public BasicAuthenticationConnectionCredentials()
-
-
Method Details
-
afterPropertiesSet
Description copied from class:BasicAuthenticationCredentialsRegister the service credentials for the service- Specified by:
afterPropertiesSetin interfaceorg.springframework.beans.factory.InitializingBean- Overrides:
afterPropertiesSetin classBasicAuthenticationCredentials- Throws:
Exception- See Also:
-