Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


weblogic.coherence.descriptor.wl
Interface CoherenceIdentityAsserterBean

All Superinterfaces:
SettableBean

public interface CoherenceIdentityAsserterBean
extends SettableBean

Parameters to define an instance of a Coherence com.tangosol.net.security.IdentityAsserter.


Method Summary
abstract  CoherenceInitParamBean createCoherenceInitParam(String name)
          Creates a new CoherenceInitParam bean representing the specified initialization parameter and adds it to the list of currently existing beans.
abstract  void destroyCoherenceInitParam(CoherenceInitParamBean bean)
          Destroys the bean representing the specified initialization parameter and removes it from the list of currently existing beans.
abstract  String getClassName()
           The class that implements com.tangosol.net.security.IdentityAsserter.
abstract  CoherenceInitParamBean[] getCoherenceInitParams()
          An array of CoherenceInitParam beans, each of which represents an initialization parameter.
abstract  CoherenceInitParamBean lookupCoherenceInitParam(String name)
          Lookup the bean representing the specified initialization parameter.
abstract  void setClassName(String className)
           Sets the class that implements com.tangosol.net.security.IdentityAsserter.
abstract  void setCoherenceInitParams(CoherenceInitParamBean[] beans)
          Set the CoherenceInitParams in order of the constructor.

 

Method Detail

getClassName

String getClassName()

The class that implements com.tangosol.net.security.IdentityAsserter. If className is empty, no IdentityAsserter will be configured.


setClassName

void setClassName(String className)

Sets the class that implements com.tangosol.net.security.IdentityAsserter. If className is empty, no IdentityAsserter will be configured.

Parameters:
name -

getCoherenceInitParams

CoherenceInitParamBean[] getCoherenceInitParams()
An array of CoherenceInitParam beans, each of which represents an initialization parameter.

setCoherenceInitParams

void setCoherenceInitParams(CoherenceInitParamBean[] beans)
Set the CoherenceInitParams in order of the constructor.
Parameters:
beans -

createCoherenceInitParam

CoherenceInitParamBean createCoherenceInitParam(String name)
Creates a new CoherenceInitParam bean representing the specified initialization parameter and adds it to the list of currently existing beans.
Parameters:
name -

lookupCoherenceInitParam

CoherenceInitParamBean lookupCoherenceInitParam(String name)
Lookup the bean representing the specified initialization parameter.
Parameters:
name -

destroyCoherenceInitParam

void destroyCoherenceInitParam(CoherenceInitParamBean bean)
Destroys the bean representing the specified initialization parameter and removes it from the list of currently existing beans.
Parameters:
bean -

Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09