| 
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
oracle.security.xmlsec.wss.saml.SAMLAssertionKeyIdentifierResolver
public abstract class SAMLAssertionKeyIdentifierResolver
Classes implementing this interface are used to resolve SAML assertion key identifiers.
| Constructor Summary | |
|---|---|
SAMLAssertionKeyIdentifierResolver() | 
|
| Method Summary | |
|---|---|
abstract  java.security.PrivateKey | 
getPrivateKey(SAMLAssertionKeyIdentifier keyID, java.lang.String valueType, oracle.security.xmlsec.saml.AuthorityBinding authority)Sub-classes need to implement this method to resolve the SAML assertion key identifier and return the corresponding SAML assertion.  | 
abstract  java.security.cert.X509Certificate | 
getPublicKey(SAMLAssertionKeyIdentifier keyID, java.lang.String valueType, oracle.security.xmlsec.saml.AuthorityBinding authority)Sub-classes need to implement this method to resolve the SAML assertion key identifier and return the corresponding SAML assertion.  | 
abstract  oracle.security.xmlsec.saml.Assertion | 
resolve(SAMLAssertionKeyIdentifier keyID, java.lang.String valueType, oracle.security.xmlsec.saml.AuthorityBinding authority)Sub-classes need to implement this method to resolve the SAML assertion key identifier and return the corresponding SAML assertion.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SAMLAssertionKeyIdentifierResolver()
| Method Detail | 
|---|
public abstract oracle.security.xmlsec.saml.Assertion resolve(SAMLAssertionKeyIdentifier keyID,
                                                              java.lang.String valueType,
                                                              oracle.security.xmlsec.saml.AuthorityBinding authority)
                                                       throws SAMLAssertionKeyIdentifierResolverException
keyID - The SAML assertion key identifier.valueType - The value type of the identifier data.authority - The saml:AuthorityBinding used to acquire the identified assertion.null on failure.SAMLAssertionKeyIdentifierResolverException
public abstract java.security.cert.X509Certificate getPublicKey(SAMLAssertionKeyIdentifier keyID,
                                                                java.lang.String valueType,
                                                                oracle.security.xmlsec.saml.AuthorityBinding authority)
                                                         throws SAMLAssertionKeyIdentifierResolverException
keyID - The SAML assertion key identifier.valueType - The value type of the identifier data.authority - The saml:AuthorityBinding used to acquire the identified assertion.null on failure.SAMLAssertionKeyIdentifierResolverException
public abstract java.security.PrivateKey getPrivateKey(SAMLAssertionKeyIdentifier keyID,
                                                       java.lang.String valueType,
                                                       oracle.security.xmlsec.saml.AuthorityBinding authority)
                                                throws SAMLAssertionKeyIdentifierResolverException
keyID - The SAML assertion key identifier.valueType - The value type of the identifier data.authority - The saml:AuthorityBinding used to acquire the identified assertion.null on failure.SAMLAssertionKeyIdentifierResolverException
  | 
Oracle Fusion Middleware Web Services Security Java API Reference for Oracle Security Developer Tools 11g Release 1 (11.1.1) E10678-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||