org.switchyard.security.credential.extract
Class HttpExchangeCredentialsExtractor
java.lang.Object
org.switchyard.security.credential.extract.HttpExchangeCredentialsExtractor
- All Implemented Interfaces:
- CredentialsExtractor<org.jboss.com.sun.net.httpserver.HttpExchange>
public class HttpExchangeCredentialsExtractor
- extends Object
- implements CredentialsExtractor<org.jboss.com.sun.net.httpserver.HttpExchange>
HttpExchangeCredentialsExtractor.
- Author:
- David Ward <dward@jboss.org> © 2012 Red Hat Inc.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpExchangeCredentialsExtractor
public HttpExchangeCredentialsExtractor()
- Constructs a new HttpExchangeCredentialsExtractor.
extractCredentials
public Set<Credential> extractCredentials(org.jboss.com.sun.net.httpserver.HttpExchange source)
- Extracts Credentials from the specified source.
- Specified by:
extractCredentials
in interface CredentialsExtractor<org.jboss.com.sun.net.httpserver.HttpExchange>
- Parameters:
source
- the specified source
- Returns:
- the Credentials
JBoss by Red Hat