Home | History | Annotate | Download | only in am

Lines Matching refs:Identity

721     private class Identity {
725 Identity(int _pid, int _uid) {
730 private static ThreadLocal<Identity> sCallerIdentity = new ThreadLocal<Identity>();
4073 // client identity accordingly before proceeding.
4074 Identity tlsIdentity = sCallerIdentity.get();
4236 Identity tlsIdentity = sCallerIdentity.get();
5667 sCallerIdentity.set(new Identity(
5674 // Ensure that whatever happens, we clean up the identity state