Package org.compiere.db
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
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Field Details
-
identity
Deprecated, for removal: This API element is subject to removal in a future version. -
secret
public char[] secretDeprecated, 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.
-