DOFCredentialsgetIdentity Method OpenDOF Object Access Library
Gets the identity of the authorized user.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public DOFObjectIDAuthentication getIdentity()

Return Value

Type: DOFObjectIDAuthentication
The authenticated user identity, or possibly null if called before resolved.

Implements

DOFAuthenticatorCredentialStoragegetIdentity
Remarks

Gets the identity of the authorized user. This call is only guaranteed to provide a valid result once resolved, and it is not permitted that the result change after that point. However, it may return a valid result earlier.
See Also

Reference