public class KerberosAuthOutInterceptor
extends org.apache.cxf.transport.http.auth.AbstractSpnegoAuthSupplier
implements org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>
| Constructor and Description |
|---|
KerberosAuthOutInterceptor() |
KerberosAuthOutInterceptor(String phase) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> |
getAdditionalInterceptors() |
Set<String> |
getAfter() |
Set<String> |
getBefore() |
String |
getId() |
String |
getPhase() |
org.apache.cxf.configuration.security.AuthorizationPolicy |
getPolicy() |
void |
handleFault(org.apache.cxf.message.Message message) |
void |
handleMessage(org.apache.cxf.message.Message message) |
void |
setPolicy(org.apache.cxf.configuration.security.AuthorizationPolicy policy) |
decorateSubject, getAuthorization, getCompleteServicePrincipalName, getServiceNameType, getUsernamePasswordHandler, isCredDelegationRequired, isUseCanonicalHostname, setCredDelegation, setLoginConfig, setRealm, setServiceNameType, setServicePrincipalName, setUseCanonicalHostnamepublic KerberosAuthOutInterceptor()
public KerberosAuthOutInterceptor(String phase)
public void handleMessage(org.apache.cxf.message.Message message)
throws org.apache.cxf.interceptor.Fault
handleMessage in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>org.apache.cxf.interceptor.Faultpublic void handleFault(org.apache.cxf.message.Message message)
handleFault in interface org.apache.cxf.interceptor.Interceptor<org.apache.cxf.message.Message>public Set<String> getAfter()
getAfter in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>public Set<String> getBefore()
getBefore in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>public String getId()
getId in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>public String getPhase()
getPhase in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>public Collection<org.apache.cxf.phase.PhaseInterceptor<? extends org.apache.cxf.message.Message>> getAdditionalInterceptors()
getAdditionalInterceptors in interface org.apache.cxf.phase.PhaseInterceptor<org.apache.cxf.message.Message>public org.apache.cxf.configuration.security.AuthorizationPolicy getPolicy()
public void setPolicy(org.apache.cxf.configuration.security.AuthorizationPolicy policy)
Apache CXF