Class BOGisAuthConfig

java.lang.Object
overit.geocall.model.DynO
overit.geocallapp.wfm.core.bl.gis.authentication.BOGisAuthConfig
All Implemented Interfaces:
ConstraintValidator<DynO.Valid,DynO>, Serializable, overit.geocall.timezone.model.TimeZoned

@Deprecated(since="22.0", forRemoval=true) public class BOGisAuthConfig extends DynO
Deprecated, for removal: This API element is subject to removal in a future version.
Business object representing a Gis authentication configuration
Since:
17.0
See Also:
GCApi:
bo
  • Constructor Details

    • BOGisAuthConfig

      public BOGisAuthConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getCode

      public String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the authentication configuration code.
      Returns:
      the authentication configuration code
    • setCode

      public void setCode(String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the authentication configuration code.
      Parameters:
      code - the authentication configuration code
    • getUrl

      public String getUrl()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the authentication url.
      Returns:
      the authentication url
    • setUrl

      public void setUrl(String url)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the authentication url.
      Parameters:
      url - the authentication url
    • getUsername

      public String getUsername()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the username.
      Returns:
      the username
    • setUsername

      public void setUsername(String username)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the username.
      Parameters:
      username - the username
    • getPassword

      public String getPassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the password.
      Returns:
      the password
    • setPassword

      public void setPassword(String password)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the password.
      Parameters:
      password - the password
    • getReferer

      public String getReferer()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the referer.
      Returns:
      the referer
    • setReferer

      public void setReferer(String referer)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the referer.
      Parameters:
      referer - the referer
    • getExpiration

      public Long getExpiration()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Returns the token expiration datetime.
      Returns:
      the token expiration datetime
    • setExpiration

      public void setExpiration(Long expiration)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Sets the token expiration datetime.
      Parameters:
      expiration - the token expiration datetime