sun.security.mule.krb5.cxf
Class MuleSpnegoAuthSupplier

java.lang.Object
  extended by sun.security.mule.krb5.cxf.MuleSpnegoAuthSupplier
All Implemented Interfaces:
org.apache.cxf.transport.http.auth.HttpAuthSupplier

public class MuleSpnegoAuthSupplier
extends Object
implements org.apache.cxf.transport.http.auth.HttpAuthSupplier


Constructor Summary
MuleSpnegoAuthSupplier()
           
 
Method Summary
 String getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy, URL currentURL, org.apache.cxf.message.Message message, String fullHeader)
           
 boolean requiresRequestCaching()
          Can be set on the jaxws:properties.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MuleSpnegoAuthSupplier

public MuleSpnegoAuthSupplier()
Method Detail

requiresRequestCaching

public boolean requiresRequestCaching()
Can be set on the jaxws:properties. If set to true then the kerberos oid is used instead of the default spnego OID

Specified by:
requiresRequestCaching in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier

getAuthorization

public String getAuthorization(org.apache.cxf.configuration.security.AuthorizationPolicy authPolicy,
                               URL currentURL,
                               org.apache.cxf.message.Message message,
                               String fullHeader)
Specified by:
getAuthorization in interface org.apache.cxf.transport.http.auth.HttpAuthSupplier


Copyright © 2013. All Rights Reserved.