public interface AuthenticationHandler
| Modifier and Type | Method and Description |
|---|---|
AbstractResponseMessage |
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.
|
AbstractResponseMessage authenticate(AuthenticationRequest request) throws XrootdException
request - Request received from clientXrootdExceptionString getProtocol()
Subject getSubject()
boolean isCompleted()
Copyright © 2013 dCache.org. All rights reserved.