Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


com.tangosol.net.security
Class SecurityProvider

java.lang.Object
  extended by java.util.Dictionary
      extended by java.util.Hashtable
          extended by java.util.Properties
              extended by java.security.Provider
                  extended by com.tangosol.net.security.SecurityProvider

All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map

public class SecurityProvider
extends java.security.Provider

Security Provider implementation that returns custom security services.

Author:
jh 2010.05.11

Nested Class Summary

 

Nested classes/interfaces inherited from class java.security.Provider
java.security.Provider.Service

 

Field Summary
static java.lang.String NAME
          The name of this provider.

 

Fields inherited from class java.util.Properties
defaults

 

Method Summary
static void ensureRegistration()
          Ensure that an instance of this provider has been registered with the system.

 

Methods inherited from class java.security.Provider
clear, elements, entrySet, get, getInfo, getName, getProperty, getService, getServices, getVersion, keys, keySet, load, put, putAll, putService, remove, removeService, toString, values

 

Methods inherited from class java.util.Properties
getProperty, list, list, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames

 

Methods inherited from class java.util.Hashtable
clone, contains, containsKey, containsValue, equals, hashCode, isEmpty, rehash, size

 

Field Detail

NAME

public static final java.lang.String NAME
The name of this provider.
See Also:
Constant Field Values

Method Detail

ensureRegistration

public static void ensureRegistration()
Ensure that an instance of this provider has been registered with the system.

Skip navigation links

Oracle® Fusion Middleware Java API Reference for Oracle Coherence
12c (12.1.3.0.0)

E47890-01


Copyright © 2000, 2014, Oracle and/or its affiliates. All rights reserved.