|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 11g Release 1 (10.3.6) Part Number E13941-07 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.xml.crypto.wss.SecurityTokenImpl
weblogic.wsee.security.saml.SAMLTokenImpl
public class SAMLTokenImpl
User: jlee Date: Sep 25, 2004 Time: 10:41:20 AM
Constructor Summary | |
---|---|
SAMLTokenImpl()
|
|
SAMLTokenImpl(Object cred)
|
|
SAMLTokenImpl(String valueType,
Object cred)
|
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
getAssertionID()
|
Object |
getCredential()
|
X509Certificate |
getHolderOfCert()
|
String |
getId()
|
PrivateKey |
getPrivateKey()
|
PublicKey |
getPublicKey()
|
Key |
getSecretKey()
|
Subject |
getSubject()
|
String |
getValueType()
|
boolean |
isFeatureSupported(String s)
|
boolean |
isHolderOfKey()
|
boolean |
isSaml2()
|
void |
marshal(Element parentElement,
Node nextSibling,
Map namespaces)
Creates a Node, serializes the object to it and adds it as a child to the parent element. |
void |
setId(String id)
|
void |
setSubject(Subject subject)
|
void |
unmarshal(Node node)
Deserializes the object from a node. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLTokenImpl()
public SAMLTokenImpl(Object cred)
public SAMLTokenImpl(String valueType, Object cred)
Method Detail |
---|
public Object getCredential()
getCredential
in interface SecurityToken
getCredential
in class SecurityTokenImpl
public String getValueType()
getValueType
in interface SecurityToken
getValueType
in class SecurityTokenImpl
public String getId()
getId
in interface SecurityToken
getId
in class SecurityTokenImpl
public boolean isSaml2()
isSaml2
in interface SAMLToken
public void setId(String id)
setId
in interface SecurityToken
setId
in class SecurityTokenImpl
public PrivateKey getPrivateKey()
getPrivateKey
in interface SecurityToken
getPrivateKey
in class SecurityTokenImpl
public PublicKey getPublicKey()
getPublicKey
in interface SecurityToken
getPublicKey
in class SecurityTokenImpl
public Key getSecretKey()
getSecretKey
in interface SecurityToken
getSecretKey
in class SecurityTokenImpl
public X509Certificate getHolderOfCert()
getHolderOfCert
in interface SAMLToken
public Subject getSubject()
getSubject
in interface SAMLToken
public void setSubject(Subject subject)
setSubject
in interface SAMLToken
public void marshal(Element parentElement, Node nextSibling, Map namespaces) throws weblogic.xml.dom.marshal.MarshalException
weblogic.xml.dom.marshal.WLDOMStructure
marshal
in interface weblogic.xml.dom.marshal.WLDOMStructure
parentElement
- Parent element of the node.nextSibling
- Sibling the node is inserted before. If nextSibling is null,
the node has to be appended at the end.namespaces
- Namespace-prefix to URI mapping scoped for the node to create.
weblogic.xml.dom.marshal.MarshalException
public void unmarshal(Node node) throws weblogic.xml.dom.marshal.MarshalException
unmarshal
in interface weblogic.xml.dom.marshal.WLDOMStructure
node
- Node the object is deserialzed from.
weblogic.xml.dom.marshal.MarshalException
public boolean isFeatureSupported(String s)
isFeatureSupported
in interface weblogic.xml.crypto.api.XMLStructure
public String getAssertionID()
getAssertionID
in interface SAMLToken
public boolean isHolderOfKey()
isHolderOfKey
in interface SAMLToken
public boolean equals(Object o)
equals
in class Object
|
Copyright 1996, 2015, 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-07 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |