Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

K

KEEP_NEW - Static variable in interface weblogic.jms.extensions.WLSession
Multicast overrun policy specifying that the most recent messages should be saved and the oldest ones discarded, as needed, so as not to exceed the message maximum.
KEEP_NEW - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEEP_OLD - Static variable in interface weblogic.jms.extensions.WLSession
Multicast overrun policy specifying that the oldest messages should be saved and the most recent ones discarded, as needed, so as not to exceed the message maximum.
KEEP_OLD - Static variable in interface weblogic.management.configuration.JMSConstants
 
KERBEROS_V5_AP_REQ - Static variable in interface weblogic.security.spi.CredentialMapperV2
The KERBEROS_V5_AP_REQ token is a base64 encoded string of raw Kerberos V5 AP_REQUEST.
KERBEROS_V5_AP_REQ - Static variable in interface weblogic.security.spi.IdentityAsserterV2
The KERBEROS_V5_AP_REQ token is a base64 encoded string of raw Kerberos V5 AP_REQUEST.
KERBEROS_V5_AP_REQ_1510 - Static variable in interface weblogic.security.spi.CredentialMapperV2
The KERBEROS_V5_AP_REQ_1510 token is a base64 encoded string of raw Kerberos V5 AP_REQUEST for RFC1510.
KERBEROS_V5_AP_REQ_1510 - Static variable in interface weblogic.security.spi.IdentityAsserterV2
The KERBEROS_V5_AP_REQ_1510 token is a base64 encoded string of raw Kerberos V5 AP_REQUEST for RFC1510.
KERBEROS_V5_AP_REQ_4120 - Static variable in interface weblogic.security.spi.CredentialMapperV2
The KERBEROS_V5_AP_REQ_4120 token is a base64 encoded string of raw Kerberos V5 AP_REQUEST for RFC4120.
KERBEROS_V5_AP_REQ_4120 - Static variable in interface weblogic.security.spi.IdentityAsserterV2
The KERBEROS_V5_AP_REQ_4120 token is a base64 encoded string of raw Kerberos V5 AP_REQUEST for RFC4120.
KerberosServiceResource - Class in weblogic.security.service
The KerberosServiceResource is used by the customer to define a resource for Kerberos service.
KerberosServiceResource(String) - Constructor for class weblogic.security.service.KerberosServiceResource
Constructor for KerberosServiceResource.
KernelDebugMBean - Interface in weblogic.management.configuration
Defines the debug attributes that are common to WebLogic Server and Client.
KernelMBean - Interface in weblogic.management.configuration
This bean represents the configuration of the core message passing kernel on both WebLogic clients and servers.
KEY - Static variable in class weblogic.descriptor.annotation.PropertyAnnotations
Indicates that the value of the annotated property acts as the unique key for this bean.
KEY_CHOICE - Static variable in class weblogic.descriptor.annotation.PropertyAnnotations
Indicates that the value of the annotated property may act as a unique key for this bean.
KEY_COMPONENT - Static variable in class weblogic.descriptor.annotation.PropertyAnnotations
Indicates that the value of the annotated property act as one component in a compound key for this bean.
KEY_DIRECTION_ASCENDING - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_DIRECTION_DESCENDING - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_GETTER - Static variable in class weblogic.descriptor.beangen.MethodType
 
KEY_NAME - Static variable in class weblogic.xml.crypto.wss.SecurityTokenContextHandler
Deprecated.  
KEY_TYPE - Static variable in class weblogic.xml.crypto.wss.SecurityTokenContextHandler
Deprecated.  
KEY_TYPE_BOOLEAN - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_BYTE - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_DOUBLE - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_FLOAT - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_INT - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_LONG - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_SHORT - Static variable in interface weblogic.management.configuration.JMSConstants
 
KEY_TYPE_STRING - Static variable in interface weblogic.management.configuration.JMSConstants
 
KeyEnumerator - Class in weblogicx.jsp.tags
 
KeyEnumerator(String) - Constructor for class weblogicx.jsp.tags.KeyEnumerator
 
KEYID - Static variable in class weblogic.xml.crypto.wss.SecurityTokenContextHandler
Deprecated. Subject key identifier value of a X509 certificate
KeyIdentifier - Interface in weblogic.xml.crypto.wss.api
 
KeyIdentifier - Interface in weblogic.xml.security.wsse
Deprecated. please use new WS Security API
KeyInfo - Interface in weblogic.xml.crypto.dsig.api.keyinfo
 
KeyInfo - Class in weblogic.xml.security.keyinfo
KeyInfo is an optional element that enables the recipient(s) to obtain the key needed to validate the signature.
KeyInfo(String) - Constructor for class weblogic.xml.security.keyinfo.KeyInfo
 
KeyInfo(X509Certificate) - Constructor for class weblogic.xml.security.keyinfo.KeyInfo
Constructs a KeyInfo from a certificate.
KeyInfo(Token) - Constructor for class weblogic.xml.security.keyinfo.KeyInfo
 
KeyInfo(EncryptedKey) - Constructor for class weblogic.xml.security.keyinfo.KeyInfo
 
KeyInfo(XMLInputStream, String) - Constructor for class weblogic.xml.security.keyinfo.KeyInfo
 
KeyInfoException - Exception in weblogic.xml.security.keyinfo
 
KeyInfoException(String) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoException
 
KeyInfoException(Throwable) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoException
 
KeyInfoException(String, Throwable) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoException
 
KeyInfoObjectFactory - Interface in weblogic.xml.crypto.dsig
 
KeyInfoValidationException - Exception in weblogic.xml.security.keyinfo
 
KeyInfoValidationException(String) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoValidationException
 
KeyInfoValidationException(Throwable) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoValidationException
 
KeyInfoValidationException(String, Throwable) - Constructor for exception weblogic.xml.security.keyinfo.KeyInfoValidationException
 
KeyPairCredential - Class in weblogic.security
This class acts as a holder for cryptographic key information.
KeyPairCredential(Key, Certificate[]) - Constructor for class weblogic.security.KeyPairCredential
Creates a KeyPairCredential object from the specified key and its corresponding public certificate.
KeyParser - Class in weblogicx.jsp.tags
 
KeyParser(String) - Constructor for class weblogicx.jsp.tags.KeyParser
 
KeyProvider - Interface in weblogic.xml.crypto.common.keyinfo
 
KeyProvider - Interface in weblogic.xml.security.keyinfo
 
KeyPurpose - Class in weblogic.xml.security.keyinfo
KeyResolver.KeyPurpose
KeyReference - Class in weblogic.xml.security.encryption
 
KeyReference(String) - Constructor for class weblogic.xml.security.encryption.KeyReference
 
KeyResolver - Class in weblogic.xml.crypto.common.keyinfo
 
KeyResolver() - Constructor for class weblogic.xml.crypto.common.keyinfo.KeyResolver
 
KeyResolver(KeyProvider[]) - Constructor for class weblogic.xml.crypto.common.keyinfo.KeyResolver
 
KeyResolver - Class in weblogic.xml.security.keyinfo
 
KeyResolver() - Constructor for class weblogic.xml.security.keyinfo.KeyResolver
 
KeyResolver(KeyProvider[]) - Constructor for class weblogic.xml.security.keyinfo.KeyResolver
 
KeyResolver.Accessor - Interface in weblogic.xml.crypto.common.keyinfo
 
KeyResolver.Accessor - Interface in weblogic.xml.security.keyinfo
 
KeyResolverException - Exception in weblogic.xml.security.keyinfo
 
KeyResolverException(String, Throwable, KeyInfo) - Constructor for exception weblogic.xml.security.keyinfo.KeyResolverException
 
KeyResolverException(String, KeyInfo) - Constructor for exception weblogic.xml.security.keyinfo.KeyResolverException
 
KeyResolverException(Throwable, KeyInfo) - Constructor for exception weblogic.xml.security.keyinfo.KeyResolverException
 
KeyResult - Class in weblogic.xml.security.keyinfo
 
KeyResult(Key) - Constructor for class weblogic.xml.security.keyinfo.KeyResult
 
keys() - Method in interface weblogic.workarea.WorkContextMap
Return a iterator for all of the current WorkContext keys.
KeySelector - Class in weblogic.xml.crypto.api
 
KeySelector() - Constructor for class weblogic.xml.crypto.api.KeySelector
 
KeySelector.Purpose - Class in weblogic.xml.crypto.api
 
KeySelectorException - Exception in weblogic.xml.crypto.api
 
KeySelectorException() - Constructor for exception weblogic.xml.crypto.api.KeySelectorException
 
KeySelectorException(String) - Constructor for exception weblogic.xml.crypto.api.KeySelectorException
 
KeySelectorException(String, Throwable) - Constructor for exception weblogic.xml.crypto.api.KeySelectorException
 
KeySelectorException(Throwable) - Constructor for exception weblogic.xml.crypto.api.KeySelectorException
 
KeySelectorResult - Interface in weblogic.xml.crypto.api
 
KEYSTORE_ALIAS - Static variable in interface weblogic.management.security.credentials.CredentialProperty
The Properties key used to get the keystore alias.
KeyStoreImpl - Class in weblogic.management.security.pk
This is the class that all KeyStore security providers should extend to implement their security provider's configuration data, should additional data be needed.
KeyStoreImpl(ModelMBean) - Constructor for class weblogic.management.security.pk.KeyStoreImpl
Constructor for the KeyStoreImpl object
KeyStoreImpl(RequiredModelMBean) - Constructor for class weblogic.management.security.pk.KeyStoreImpl
 
KeyStoreMBean - Interface in weblogic.management.security.pk
Deprecated. 8.1.0.0
KeyValue - Class in weblogic.xml.security.keyinfo
 
KeyValue() - Constructor for class weblogic.xml.security.keyinfo.KeyValue
 
kill() - Method in interface weblogic.management.configuration.DomainMBean
Deprecated. 9.0.0.0
killCookie(HttpServletRequest) - Static method in class weblogic.servlet.security.ServletAuthentication
Kills the current cookie.
KodoDataCacheRuntimeMBean - Interface in weblogic.management.runtime
Base class for all runtime mbeans that provide status of running modules.
KodoPersistenceUnitRuntimeMBean - Interface in weblogic.management.runtime
Base class for all runtime mbeans that provide status of running modules.
KodoQueryCacheRuntimeMBean - Interface in weblogic.management.runtime
Base class for all runtime mbeans that provide status of running modules.
KodoQueryCompilationCacheRuntimeMBean - Interface in weblogic.management.runtime
Base class for all runtime mbeans that provide status of running modules.
KW_AES128 - Static variable in interface weblogic.xml.crypto.encrypt.api.EncryptionMethod
 
KW_AES128 - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 
KW_AES192 - Static variable in interface weblogic.xml.crypto.encrypt.api.EncryptionMethod
 
KW_AES192 - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 
KW_AES256 - Static variable in interface weblogic.xml.crypto.encrypt.api.EncryptionMethod
 
KW_AES256 - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 
KW_RSA_1_5 - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 
KW_RSA_OAEP - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 
KW_TRIPLEDES - Static variable in interface weblogic.xml.crypto.encrypt.api.EncryptionMethod
 
KW_TRIPLEDES - Static variable in class weblogic.xml.security.encryption.EncryptionMethod
 

Copyright 1996, 2013, 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
Java API Reference for Oracle WebLogic Server
12c (12.1.2)

Part Number E27170-02
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _