DOFAuthenticatorCredentialStoragegetIdentity Method OpenDOF Object Access Library
Return the identity that the credentials apply to.

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

C#
DOFObjectIDAuthentication getIdentity()

Return Value

Type: DOFObjectIDAuthentication
Either the identity or null if the identity is not yet known.
Remarks

Return the identity that the credentials apply to. If the credential has not been resolved then this may return null.
See Also

Reference