# Functions
EnforceIdentity extracts the X-Rh-Identity header and places the contents into the request context.
Get returns the identity struct from the context.
GetIdentityHeader returns the identity header from the given context if one is present.
# Constants
Key the key for the XRHID in that gets added to the context.
# Structs
Associate is the "associate" field of an XRHID.
Identity is the main body of the XRHID.
Internal is the "internal" field of an XRHID.
System is the "system" field of an XRHID.
User is the "user" field of an XRHID.
X509 is the "x509" field of an XRHID.
XRHID is the "identity" pricipal object set by Cloud Platform 3scale.