|
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.common.keyinfo.BaseKeyProvider
weblogic.wsee.security.saml.SAMLKeyProvider
public class SAMLKeyProvider
KeyProvider of SAML token User: jlee Date: Oct 5, 2004 Time: 11:23:05 AM
Constructor Summary | |
---|---|
SAMLKeyProvider(PublicKey key,
PrivateKey privateKey,
String assertionID,
SecurityToken token)
Create a new SAMLProvider |
Method Summary | |
---|---|
weblogic.xml.crypto.api.KeySelectorResult |
getKey(String desiredAlg,
weblogic.xml.crypto.api.KeySelector.Purpose purpose)
create KeySelectorResult |
protected weblogic.xml.crypto.api.KeySelectorResult |
getResult(Key key)
Create KeySelectorResult based on the key |
Methods inherited from class weblogic.xml.crypto.common.keyinfo.BaseKeyProvider |
---|
getIdentifier, getKeyByIdentifier, getKeyByIssuerSerial, getKeyByName, getKeyBySTR, getKeyBySubjectName, getKeyByURI, getName, getSecurityToken, getUri, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SAMLKeyProvider(PublicKey key, PrivateKey privateKey, String assertionID, SecurityToken token)
key
- pulicKey to include in saml tokenprivateKey
- private key to verify signature signed by the saml tokenassertionID
- assertion id of the saml assertiontoken
- saml token contains the saml assertionMethod Detail |
---|
public weblogic.xml.crypto.api.KeySelectorResult getKey(String desiredAlg, weblogic.xml.crypto.api.KeySelector.Purpose purpose)
desiredAlg
- algorithmpurpose
- purpose of the key
protected weblogic.xml.crypto.api.KeySelectorResult getResult(Key key)
key
- Key
|
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 |