Class SecurityPrincipal

java.lang.Object
org.compiere.db.SecurityPrincipal
All Implemented Interfaces:
Serializable

@Deprecated(forRemoval=true, since="11") public class SecurityPrincipal extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Use by CConnection to store authentication info for application server.
Author:
Low Heng Sin
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    char[]
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • identity

      public String identity
      Deprecated, for removal: This API element is subject to removal in a future version.
    • secret

      public char[] secret
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • SecurityPrincipal

      public SecurityPrincipal()
      Deprecated, for removal: This API element is subject to removal in a future version.