06-02-2010 01:44 AM
// client-extensions/src/java/com/someco/module/BootstrapAuthorityCreator.java
// create tuser1, tuser2, tuser3, tuser4
if(!authenticationService.authenticationExists("tuser1")) {
authenticationService.createAuthentication("tuser1", "password".toCharArray());
if (logger.isDebugEnabled()) logger.debug("Created tuser1 auth");
}
The method createAuthentication(String, char[]) is undefined for the type AuthenticationService
// private AuthenticationService authenticationService;
private MutableAuthenticationService authenticationService;
06-17-2010 08:00 AM
06-24-2010 09:40 PM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.