com.engiweb.profilemanager.common.interfaces

Interface IUme

  • All Superinterfaces:
    com.engiweb.toolkit.interfaces.IEjb


    public interface IUme
    extends com.engiweb.toolkit.interfaces.IEjb
    The IUser interface allows a client to retrieve and manage all information about user objects
    Author:
    CrossIdeas developer group
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      UserBean createUME(UserBean uB, UserBean masterBean, java.lang.String cod_operation, java.lang.String token, java.lang.String realm)
      create UME for a specified master user
      • Methods inherited from interface com.engiweb.toolkit.interfaces.IEjb

        checkAB
    • Method Detail

      • createUME

        UserBean createUME(UserBean uB,
                           UserBean masterBean,
                           java.lang.String cod_operation,
                           java.lang.String token,
                           java.lang.String realm)
                    throws com.engiweb.toolkit.common.BackendException
        create UME for a specified master user
        Parameters:
        uB - UserBean if null no filter is applied, otherwise the passed object is used as filter
        masterBean - UserBean to insert (mandatory). The userType name is a mandatory field.
        cod_operation - String Code operation. If null PM generates it automatically
        token - String Authorization string
        realm - String Realm name
        Returns:
        UserBean
        Throws:
        com.engiweb.toolkit.common.BackendException