Class HttpBasicRetriever

java.lang.Object
ch.tocco.nice2.web.core.impl.auth.credentials.HttpBasicRetriever
All Implemented Interfaces:
CredentialsRetriever

@Component public class HttpBasicRetriever extends Object implements CredentialsRetriever
Retrieves credentials from the request header as specified in RFC2617 and returns a UsernamePasswordCredentials object if such header is found.