SwitchYard: Core 0.6.0.Beta2

org.switchyard.security.credential.extract
Class HttpExchangeCredentialsExtractor

java.lang.Object
  extended by 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.

Constructor Summary
HttpExchangeCredentialsExtractor()
          Constructs a new HttpExchangeCredentialsExtractor.
 
Method Summary
 Set<Credential> extractCredentials(org.jboss.com.sun.net.httpserver.HttpExchange source)
          Extracts Credentials from the specified source.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpExchangeCredentialsExtractor

public HttpExchangeCredentialsExtractor()
Constructs a new HttpExchangeCredentialsExtractor.

Method Detail

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

SwitchYard: Core 0.6.0.Beta2

JBoss by Red Hat