|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.crypto.wss.SecurityTokenReferenceImpl
weblogic.wsee.security.saml.SAMLSecurityTokenReference
public class SAMLSecurityTokenReference
SAML Token Reference for Token Profile 1.1.
This class will handle the STR with the addtional wss 1.1 Token Type attribute.
User: sychang Date: Jun 30, 2006 Time: 11:59:30 AM
Constructor Summary | |
---|---|
SAMLSecurityTokenReference()
default constructor |
|
SAMLSecurityTokenReference(QName STRType,
String valueType,
SecurityToken token)
create a SAMLSecurityTokenReference |
Method Summary | |
---|---|
String |
getValueType()
|
Node |
marshalDirectRef(Element parent,
Node nextSibling,
Map namespaces,
String uri)
Override base class method, because STP 1.1 spec says must set token type attr and not set value type attr. |
Node |
marshalKeyIdRef(Element parent,
Node nextSibling,
Map namespaces,
KeyIdentifier keyId)
|
void |
unmarshalDirectRef(Element STRTypeNode)
|
void |
unmarshalKeyIdRef(Element STRTypeNode)
|
Methods inherited from class weblogic.xml.crypto.wss.SecurityTokenReferenceImpl |
---|
createAndUnmarshal, getId, getIssuerSerial, getKeyIdentifier, getPrefix, getQName, getReferenceURI, getSecurityToken, getStrNode, getSTRType, getUsage, isFeatureSupported, marshal, marshalAttributes, marshalEmbeddedRef, marshalInternal, newKeyInfoObject, register, setId, setKeyIdentifier, setReferenceURI, setSTRType, setValueType, unmarshal, unmarshalEmbeddedRef, unmarshalInternal |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLSecurityTokenReference()
public SAMLSecurityTokenReference(QName STRType, String valueType, SecurityToken token)
STRType
- type of security token referencevalueType
- SAML_VALUE_TYPEtoken
- saml tokenMethod Detail |
---|
public String getValueType()
getValueType
in interface SecurityTokenReference
getValueType
in class SecurityTokenReferenceImpl
public Node marshalDirectRef(Element parent, Node nextSibling, Map namespaces, String uri)
marshalDirectRef
in class SecurityTokenReferenceImpl
public void unmarshalDirectRef(Element STRTypeNode)
unmarshalDirectRef
in class SecurityTokenReferenceImpl
public Node marshalKeyIdRef(Element parent, Node nextSibling, Map namespaces, KeyIdentifier keyId) throws weblogic.xml.dom.marshal.MarshalException
marshalKeyIdRef
in class SecurityTokenReferenceImpl
weblogic.xml.dom.marshal.MarshalException
public void unmarshalKeyIdRef(Element STRTypeNode) throws weblogic.xml.dom.marshal.MarshalException
unmarshalKeyIdRef
in class SecurityTokenReferenceImpl
weblogic.xml.dom.marshal.MarshalException
|
Copyright 1996, 2011, 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 Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-06 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |