OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UNAUTHENTICATED
(Results
1 - 16
of
16
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/security/authentication/
SpnegoAuthenticator.java
84
return Authentication.
UNAUTHENTICATED
;
109
return Authentication.
UNAUTHENTICATED
;
BasicAuthenticator.java
101
return Authentication.
UNAUTHENTICATED
;
ClientCertAuthenticator.java
140
return Authentication.
UNAUTHENTICATED
;
DigestAuthenticator.java
251
return Authentication.
UNAUTHENTICATED
;
FormAuthenticator.java
60
* <p>The form authenticator redirects
unauthenticated
requests to a log page
319
return Authentication.
UNAUTHENTICATED
;
/external/jetty/src/java/org/eclipse/jetty/server/
Authentication.java
121
/**
Unauthenticated
state.
126
public final static Authentication
UNAUTHENTICATED
= new Authentication(){@Override
127
public String toString(){return "
UNAUTHENTICATED
";}};
Request.java
[
all
...]
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
status.h
53
UNAUTHENTICATED
= 16,
/external/wpa_supplicant_8/src/pae/
ieee802_1x_cp.c
26
enum connect_type { PENDING,
UNAUTHENTICATED
, AUTHENTICATED, SECURE };
352
if (sm->connect ==
UNAUTHENTICATED
)
361
if (sm->connect !=
UNAUTHENTICATED
)
558
sm->connect =
UNAUTHENTICATED
;
/external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java
492
authentication=authenticator==null?Authentication.
UNAUTHENTICATED
:authenticator.validateRequest(request, response, isAuthMandatory);
/prebuilts/tools/common/m2/repository/io/grpc/grpc-core/0.13.2/
grpc-core-0.13.2.jar
/prebuilts/tools/common/m2/repository/io/grpc/grpc-all/0.13.2/
grpc-all-0.13.2.jar
/external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar
Completed in 536 milliseconds