Class PeopleUidConverter

java.lang.Object
org.gluu.oxtrust.util.PeopleUidConverter
All Implemented Interfaces:
javax.faces.convert.Converter

public class PeopleUidConverter extends Object implements javax.faces.convert.Converter
  • Field Summary

    Fields inherited from interface javax.faces.convert.Converter

    DATETIMECONVERTER_DEFAULT_TIMEZONE_IS_SYSTEM_TIMEZONE_PARAM_NAME
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
     
    getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
     

    Methods inherited from class java.lang.Object

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

    • PeopleUidConverter

      public PeopleUidConverter()
  • Method Details

    • getAsObject

      public Object getAsObject(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, String value)
      Specified by:
      getAsObject in interface javax.faces.convert.Converter
    • getAsString

      public String getAsString(javax.faces.context.FacesContext context, javax.faces.component.UIComponent component, Object value)
      Specified by:
      getAsString in interface javax.faces.convert.Converter