public interface HttpAuthenticateRequest<C>
Modifier and Type | Method and Description |
---|---|
void |
authenticationComplete()
Notifies the requester that the authentication has completed.
|
C |
getCredentials()
Obtains the credentials for authenticating.
|
C getCredentials()
Obtains the credentials for authenticating.
This may return null
should the HttpSecuritySource
not require credentials or no application specific credentials are
provided.
null
.void authenticationComplete()
Copyright © 2005–2016. All rights reserved.