| 
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.saml2.SAML2AssertionKeyIdentifierResolver
public abstract class SAML2AssertionKeyIdentifierResolver
Classes implementing this interface are used to resolve SAML assertion key identifiers.
| Constructor Summary | |
|---|---|
SAML2AssertionKeyIdentifierResolver() | 
|
| Method Summary | |
|---|---|
abstract  java.security.PrivateKey | 
getPrivateKey(SAML2AssertionKeyIdentifier keyID, java.lang.String valueType)Sub-classes need to implement this method to resolve the SAML2 assertion key identifier and return the corresponding SAML2 assertion.  | 
abstract  java.security.cert.X509Certificate | 
getPublicKey(SAML2AssertionKeyIdentifier keyID, java.lang.String valueType)Sub-classes need to implement this method to resolve the SAML2 assertion key identifier and return the corresponding SAML2 assertion.  | 
abstract  oracle.security.xmlsec.saml2.core.Assertion | 
resolve(SAML2AssertionKeyIdentifier keyID, java.lang.String valueType)Sub-classes need to implement this method to resolve the SAML2 assertion key identifier and return the corresponding SAML2 assertion.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SAML2AssertionKeyIdentifierResolver()
| Method Detail | 
|---|
public abstract oracle.security.xmlsec.saml2.core.Assertion resolve(SAML2AssertionKeyIdentifier keyID,
                                                                    java.lang.String valueType)
                                                             throws SAML2AssertionKeyIdentifierResolverException
keyID - The SAML2 assertion key identifier.valueType - The value type of the identifier data.null on failure.SAML2AssertionKeyIdentifierResolverException
public abstract java.security.cert.X509Certificate getPublicKey(SAML2AssertionKeyIdentifier keyID,
                                                                java.lang.String valueType)
                                                         throws SAML2AssertionKeyIdentifierResolverException
keyID - The SAML2 assertion key identifier.valueType - The value type of the identifier data.null on failure.SAML2AssertionKeyIdentifierResolverException
public abstract java.security.PrivateKey getPrivateKey(SAML2AssertionKeyIdentifier keyID,
                                                       java.lang.String valueType)
                                                throws SAML2AssertionKeyIdentifierResolverException
keyID - The SAML2 assertion key identifier.valueType - The value type of the identifier data.null on failure.SAML2AssertionKeyIdentifierResolverException
  | 
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 | ||||||||