|
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.MapBasedTokenHandler
public class MapBasedTokenHandler
Handler that looks for a binary token data that exists in jaasOptionsMap supplied in constructor.
Configuration:
System Properties:
Please see the see also section.
setEncodingType(String)
,
setValueType(String)
,
setValueTypeNamespace(String)
,
Field Summary | |
---|---|
static String |
DEFAULT_TOKEN_KEY
|
static String |
SYS_PROP_TOKEN_KEY
|
String |
tokenOptionKey
The JAAS shared options map key name for binary token to be stored in. |
String |
validationTokenClassKey
Key in the JAAS options map to find class name to validate token in inbound message handle method. |
Fields inherited from class org.picketlink.trust.jbossws.handler.AbstractPicketLinkTrustHandler |
---|
AUTHZ_MGR_LOOKUP, headers, logger, SEC_MGR_LOOKUP |
Constructor Summary | |
---|---|
MapBasedTokenHandler(Map<String,?> jaasOptionsMap)
|
Method Summary | |
---|---|
protected boolean |
handleInbound(MessageContext msgContext)
|
protected boolean |
handleOutbound(MessageContext msgContext)
|
void |
setEncodingType(String binaryEncodingType)
Set the EncodingType value. |
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, handleMessage, lookupJNDI, trace |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String SYS_PROP_TOKEN_KEY
public static final String DEFAULT_TOKEN_KEY
public final String tokenOptionKey
public final String validationTokenClassKey
Constructor Detail |
---|
public MapBasedTokenHandler(Map<String,?> jaasOptionsMap)
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
- protected boolean handleInbound(MessageContext msgContext)
handleInbound
in class AbstractPicketLinkTrustHandler
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 |