Package org.atricore.idbus.kernel.main.authn

Examples of org.atricore.idbus.kernel.main.authn.BaseUserImpl


   }

   public BaseUser loadUser(UserKey userKey) throws NoSuchUserException,
         SSOIdentityException
   {
      BaseUser user = new BaseUserImpl();
      user.setName(userKey.toString());
      return user;
   }
View Full Code Here

TOP

Related Classes of org.atricore.idbus.kernel.main.authn.BaseUserImpl

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.