Oracle® Fusion Middleware Java API Reference for Oracle Security Developer Tools
14c (14.1.2.0.0)
G12049-01
- java.lang.Object
-
- oracle.security.xmlsec.wss.kerberos.KerberosKeyIdentifierResolver
-
-
Method Summary
All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
abstract byte[] |
resolve(KerberosKeyIdentifier keyID,
java.lang.String keyValueType)
Sub-classes need to implement this method to resolve the Kerberos key identifier and return the corresponding Kerberos V5 AP_REQ.
|
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
resolve
public abstract byte[] resolve(KerberosKeyIdentifier keyID,
java.lang.String keyValueType)
throws KerberosKeyIdentifierResolverException
Sub-classes need to implement this method to resolve the Kerberos key identifier and return the corresponding Kerberos V5 AP_REQ.
- Parameters:
keyID
- The subject public key identifier.
keyValueType
- The key data Value Type.
- Returns:
- The referenced Kerberos V5 AP_REQ on success or
null
on failure.
- Throws:
KerberosKeyIdentifierResolverException
Oracle® Fusion Middleware Java API Reference for Oracle Security Developer Tools
14c (14.1.2.0.0)
G12049-01
Copyright © 2024
, Oracle and/or its affiliates. All rights reserved.