sun.security.mule.krb5.cxf
Class MuleSpnegoAuthSupplier
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MuleSpnegoAuthSupplier
public MuleSpnegoAuthSupplier()
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.