com.terracotta.management.user
Interface UserInfoFactory

All Known Implementing Classes:
DfltUserInfoFactory

public interface UserInfoFactory

A factory interface for UserInfo instantiation. Implementers may vary the concrete type or password hashing algorithm.

Author:
brandony

Method Summary
 UserInfo createUser(String username, String password, UserRole... roles)
           
 

Method Detail

createUser

UserInfo createUser(String username,
                    String password,
                    UserRole... roles)


Copyright © 2013 Terracotta, Inc.. All Rights Reserved.