|
PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler
org.picketlink.trust.jbossws.handler.BinaryTokenHandler
public class BinaryTokenHandler
Handler that looks for a binary data that exists in the HTTP payload either as a header or a cookie based on configuration.
Configuration:
System Properties:
Please see the see also section.
setHttpHeaderName(String)
,
setHttpCookieName(String)
,
setEncodingType(String)
,
setValueType(String)
,
setValueTypeNamespace(String)
,
setValueTypePrefix(String)
,
Field Summary |
---|
Fields inherited from class org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler |
---|
AUTHZ_MGR_LOOKUP, headers, logger, SEC_MGR_LOOKUP |
Constructor Summary | |
---|---|
BinaryTokenHandler()
|
Method Summary | |
---|---|
protected boolean |
handleOutbound(MessageContext msgContext)
|
void |
setCleanToken(boolean clean)
Should we not clean the extracted binary token. |
void |
setEncodingType(String binaryEncodingType)
Set the EncodingType value. |
void |
setHttpCookieName(String http)
Set the Http Cookie Name |
void |
setHttpHeaderName(String http)
Set the Http Header Name |
void |
setValueType(String binaryValueType)
Set the Value type |
void |
setValueTypeNamespace(String binaryValueNamespace)
Set the ValueType Namespace |
void |
setValueTypePrefix(String binaryValuePrefix)
Set the Value Type Prefix |
Methods inherited from class org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler |
---|
close, getAssertionFromSubject, getHeaders, getSecurityDomainName, getSecurityHeaderElement, getServletContext, getUsername, handleFault, handleInbound, handleMessage, lookupJNDI, trace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinaryTokenHandler()
Method Detail |
---|
public void setEncodingType(String binaryEncodingType)
Set the EncodingType value.
Alternatively, set the system property "binary.http.encodingType"
binaryEncodingType
- public void setValueType(String binaryValueType)
Set the Value type
Alternatively, set the system property "binary.http.valueType"
binaryValueType
- public void setValueTypeNamespace(String binaryValueNamespace)
Set the ValueType Namespace
Alternatively, set the system property "binary.http.valueType.namespace"
binaryValueNamespace
- public void setValueTypePrefix(String binaryValuePrefix)
Set the Value Type Prefix
Alternatively, set the system property "binary.http.valueType.prefix"
binaryValuePrefix
- public void setHttpHeaderName(String http)
Set the Http Header Name
Alternatively, set the system property: "binary.http.header"
http
- public void setHttpCookieName(String http)
Set the Http Cookie Name
Alternatively, set the system property: ""binary.http.cookie"
http
- public void setCleanToken(boolean clean)
Should we not clean the extracted binary token.
Alternatively, set the system property: "binary.http.cleanToken"
clean
- protected boolean handleOutbound(MessageContext msgContext)
handleOutbound
in class AbstractPicketLinkTrustHandler
|
PicketLink Federation Common Server Bindings for JBoss AS 2.1.6.Final-redhat-2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |