Class MobileLoginUserAdapter


  • public class MobileLoginUserAdapter
    extends XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
    UserConfig XML adapter for mobile logins.
    Since:
    10.0.0
    Version:
    $Revision: 19766 $ $Date: 2017-01-05 18:35:09 -0200 (Thu, 05 Jan 2017) $
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig marshal​(UserConfig user)  
      UserConfig unmarshal​(lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig adaptedUser)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MobileLoginUserAdapter

        public MobileLoginUserAdapter()
    • Method Detail

      • unmarshal

        public UserConfig unmarshal​(lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig adaptedUser)
                             throws java.lang.Exception
        Specified by:
        unmarshal in class XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
        Throws:
        java.lang.Exception
      • marshal

        public lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig marshal​(UserConfig user)
                                                                                 throws java.lang.Exception
        Specified by:
        marshal in class XmlAdapter<lumis.portal.user.MobileLoginUserAdapter.AdaptedMobileUserConfig,​UserConfig>
        Throws:
        java.lang.Exception