public interface AuthenticationHandler
| 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.
|
XrootdResponse<AuthenticationRequest> authenticate(AuthenticationRequest request) throws XrootdException
request - Request received from clientXrootdExceptionString getProtocol()
Subject getSubject()
boolean isCompleted()
Copyright © 2011–2018 dCache.org. All rights reserved.