OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:userAuth
(Results
1 - 2
of
2
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java
506
Authentication.User
userAuth
= (Authentication.User)authentication;
509
previousIdentity = _identityService.associate(
userAuth
.getUserIdentity());
513
boolean authorized=checkWebResourcePermissions(pathInContext, baseRequest, base_response, constraintInfo,
userAuth
.getUserIdentity());
524
authenticator.secureResponse(request, response, isAuthMandatory,
userAuth
);
545
Authentication.User
userAuth
= (Authentication.User)auth;
546
authenticator.secureResponse(request, response, isAuthMandatory,
userAuth
);
/external/tpm2/
tpm_types.h
[
all
...]
Completed in 564 milliseconds