public class NoAuthenticationHandler extends Object implements AuthenticationHandler
| Constructor and Description |
|---|
NoAuthenticationHandler() |
| Modifier and Type | Method and Description |
|---|---|
XrootdResponse<AuthenticationRequest> |
authenticate(AuthenticationRequest request)
Authenticate method, parsing the requests and creating adequate
responses.
|
String |
getProtocol() |
Subject |
getSubject()
Get the subject containing the credentials/principals found
during authentication.
|
boolean |
isCompleted()
Indicates if the authentication process completed successfully.
|
public XrootdResponse<AuthenticationRequest> authenticate(AuthenticationRequest request)
AuthenticationHandlerauthenticate in interface AuthenticationHandlerrequest - Request received from clientpublic String getProtocol()
getProtocol in interface AuthenticationHandlerpublic Subject getSubject()
AuthenticationHandlergetSubject in interface AuthenticationHandlerpublic boolean isCompleted()
AuthenticationHandlerisCompleted in interface AuthenticationHandlerCopyright © 2011–2018 dCache.org. All rights reserved.