| 
 | Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.xml.crypto.wss.SecurityTokenContextHandler
public class SecurityTokenContextHandler
| Field Summary | |
|---|---|
| static String | CLAIMS_MAPDeprecated. The claims node of the policy | 
| static String | DERIVED_FROM_TOKENDeprecated. The token that a DerviedKey is derived from | 
| static String | DK_BASE_TOKEN_REFERENCE_TYPEDeprecated. | 
| static String | DK_LABELDeprecated. | 
| static String | DK_LENGTHDeprecated. | 
| static String | DK_STR_REFERENCE_TYPEDeprecated. | 
| static String | EK_ENCRYPT_METHODDeprecated. | 
| static String | EK_KEYWRAP_METHODDeprecated. | 
| static String | ENCRYPT_THEN_SIGNDeprecated. encrypt before sign | 
| static String | ENCRYPTED_ELEMENT_MAPDeprecated. encrypted element map: need to remember the element before and after encryption | 
| static String | ENDORSE_SIGNATURE_ENCRYPT_SIGNATUREDeprecated. | 
| static String | ENDPOINT_URLDeprecated. The endpoint service url that current ws client connecting to | 
| static String | FRIST_TOKEN_NODEDeprecated. The first token node of wsse:Security | 
| static String | ISSUER_ENDPOINT_REFDeprecated. | 
| static String | ISSUER_SERIALDeprecated. Issuer serial value of a X509 certificate | 
| static String | KEY_NAMEDeprecated. | 
| static String | KEY_TYPEDeprecated. | 
| static String | KEYIDDeprecated. Subject key identifier value of a X509 certificate | 
| static String | LAST_TOKEN_NODEDeprecated. The last token node appears in the wsse:Security header | 
| static String | NEED_TO_MOVE_TIMESTAMPDeprecated. need to move timestamp | 
| static String | PKI_INITIATORDeprecated. The name of initiator for PKI cred mapper lookup if this is not specified, use the current subject on the thread to do PKI cred mapper lookup | 
| static String | SCT_TOKEN_LIFE_TIMEDeprecated. | 
| static String | SECURITY_INFODeprecated. The instance of WSSecurityContext | 
| static String | SET_TO_FIRST_TOKENDeprecated. If set, make the node as the first token node of wsse:Security | 
| static String | SIGNATURE_NODEDeprecated. The signature node in wsse:Security | 
| static String | STRICT_LAYOUTDeprecated. | 
| static String | THUMBPRINTDeprecated. Thumbprint of the x509 cert | 
| static String | TIMESTAMP_FIRSTDeprecated. If present, indicating the timestamp must be the first element of wsse:Security header | 
| static String | TOKENDeprecated. The binarySecurityToken to be amended | 
| static String | TRUST_VERSIONDeprecated. | 
| static String | WSS_SUBJECT_PROPERTYDeprecated. The value of the current authenticated subject | 
| static String | WST_BOOT_STRAP_POLICYDeprecated. | 
| static String | WST_OUTER_POLICYDeprecated. | 
| Constructor Summary | |
|---|---|
| SecurityTokenContextHandler()Deprecated. | |
| SecurityTokenContextHandler(Node claims,
                            WSSecurityInfo securityInfo)Deprecated. | |
| SecurityTokenContextHandler(WSSecurityInfo securityInfo)Deprecated. | |
| Method Summary | |
|---|---|
|  void | addContextElement(String key,
                  Object value)Deprecated. | 
|  String[] | getNames()Deprecated. Gets a list of ContextElementnames that can be requested. | 
|  Object | getValue(String name)Deprecated. Gets a value for the specified ContextElementname. | 
|  ContextElement[] | getValues(String[] names)Deprecated. Gets an array of ContextElementobjects containing values for each of the
 named elements that are known. | 
|  int | size()Deprecated. Provides a count of the number of ContextElements 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 final String CLAIMS_MAP
public static final String TOKEN
public static final String SECURITY_INFO
public static final String ISSUER_SERIAL
public static final String KEYID
public static final String THUMBPRINT
public static final String KEY_NAME
public static final String ENDPOINT_URL
public static final String PKI_INITIATOR
public static final String WSS_SUBJECT_PROPERTY
public static final String DERIVED_FROM_TOKEN
public static final String SET_TO_FIRST_TOKEN
public static final String FRIST_TOKEN_NODE
public static final String LAST_TOKEN_NODE
public static final String TIMESTAMP_FIRST
public static final String ENCRYPT_THEN_SIGN
public static final String NEED_TO_MOVE_TIMESTAMP
public static final String SIGNATURE_NODE
public static final String ENCRYPTED_ELEMENT_MAP
public static final String STRICT_LAYOUT
public static final String WST_BOOT_STRAP_POLICY
public static final String WST_OUTER_POLICY
public static final String ISSUER_ENDPOINT_REF
public static final String TRUST_VERSION
public static final String KEY_TYPE
public static final String SCT_TOKEN_LIFE_TIME
public static String DK_LABEL
public static final String DK_LENGTH
public static final String EK_ENCRYPT_METHOD
public static final String EK_KEYWRAP_METHOD
public static final String DK_STR_REFERENCE_TYPE
public static final String ENDORSE_SIGNATURE_ENCRYPT_SIGNATURE
public static final String DK_BASE_TOKEN_REFERENCE_TYPE
| Constructor Detail | 
|---|
public SecurityTokenContextHandler()
public SecurityTokenContextHandler(WSSecurityInfo securityInfo)
public SecurityTokenContextHandler(Node claims,
                                   WSSecurityInfo securityInfo)
| Method Detail | 
|---|
public int size()
ContextHandlerContextElements that the handler
 is able to return.
size in interface ContextHandlerContextElements that can be
                                requested. A value of -1 indicates that the 
                                handler is unable to return the exact count.public String[] getNames()
ContextHandlerContextElement names that can be requested.
getNames in interface ContextHandlerContextElements that 
          can be requested, represented as an array of Strings.public Object getValue(String name)
ContextHandlerContextElement name.
getValue in interface ContextHandlername - 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)
ContextHandlerContextElement objects containing values for each of the
 named elements that are known.
getValues in interface ContextHandlernames - the names of the ContextElements
                                 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 void addContextElement(String key,
                              Object value)
| 
 | Copyright 1996, 2013, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.2) Part Number E27170-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||