|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.crypto.wss.SecurityTokenContextHandler
Field Summary | |
static String |
CLAIMS
|
static String |
CLAIMS_MAP
|
static String |
ENDPOINT_URL
|
static String |
ISSUER_SERIAL
|
static String |
KEYID
|
static String |
PKI_INITIATOR
|
static String |
SECURITY_INFO
|
static String |
TOKEN
|
static String |
WSS_SUBJECT_PROPERTY
|
Constructor Summary | |
SecurityTokenContextHandler()
|
|
SecurityTokenContextHandler(weblogic.xml.crypto.wss.policy.Claims claims)
|
|
SecurityTokenContextHandler(Node claims,
WSSecurityInfo securityInfo)
|
|
SecurityTokenContextHandler(WSSecurityInfo securityInfo)
|
Method Summary | |
void |
addContextElement(String key,
Object value)
|
String[] |
getNames()
Gets a list of ContextElement names that can be requested. |
Object |
getValue(String name)
Gets a value for the specified ContextElement name. |
ContextElement[] |
getValues(String[] names)
|
int |
size()
Provides a count of the number of ContextElement s that the handler
is able to return. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static String CLAIMS
public static String CLAIMS_MAP
public static String ENDPOINT_URL
public static String ISSUER_SERIAL
public static String KEYID
public static String PKI_INITIATOR
public static String SECURITY_INFO
public static String TOKEN
public static String WSS_SUBJECT_PROPERTY
Constructor Detail |
public SecurityTokenContextHandler()
public SecurityTokenContextHandler(weblogic.xml.crypto.wss.policy.Claims claims)
public SecurityTokenContextHandler(Node claims, WSSecurityInfo securityInfo)
public SecurityTokenContextHandler(WSSecurityInfo securityInfo)
Method Detail |
public void addContextElement(String key, Object value)
public String[] getNames()
ContextHandler
ContextElement
names that can be requested.
getNames
in interface ContextHandler
ContextElement
s that
can be requested, represented as an array of Strings.public Object getValue(String name)
ContextHandler
ContextElement
name.
getValue
in interface ContextHandler
name
- the name of the ContextElement
for which a value
should be returned, represented as a String.
Object
that contains the value of the requested name.
If the value of the name
parameter is unknown,
a null
value is returned.public ContextElement[] getValues(String[] names)
ContextHandler
ContextElement
objects containing values for each of the
named elements that are known.
getValues
in interface ContextHandler
names
- the names of the ContextElement
s
to be returned, represented as an array of Strings.
ContextElement
object for
each of the named elements found in the names
parameter. The value for the requested element is returned as
a java.lang.Object
. As a result, the caller must
know the data type of the value.
If a name in the names
parameter is unknown, the
name will not appear in the array of ContextElement
objects.
public int size()
ContextHandler
ContextElement
s that the handler
is able to return.
size
in interface ContextHandler
ContextElement
s that can be
requested. A value of -1
indicates that the
handler is unable to return the exact count.
|
Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |