Package org.compiere.db
Class SecurityPrincipal
- java.lang.Object
-
- org.compiere.db.SecurityPrincipal
-
- All Implemented Interfaces:
Serializable
public class SecurityPrincipal extends Object implements Serializable
Use by CConnection to store authentication info for application server.- Author:
- Low Heng Sin
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityPrincipal()
-
-
-
Field Detail
-
identity
public String identity
-
secret
public char[] secret
-
-