Searched refs:userPrincipal (Results 1 – 1 of 1) sorted by relevance
56 Principal userPrincipal = null; in getUserToken() local61 userPrincipal = getAuthPrincipal(targetAuthState); in getUserToken()62 if (userPrincipal == null) { in getUserToken()65 userPrincipal = getAuthPrincipal(proxyAuthState); in getUserToken()69 if (userPrincipal == null) { in getUserToken()75 userPrincipal = sslsession.getLocalPrincipal(); in getUserToken()80 return userPrincipal; in getUserToken()