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

Part Number E27170-02

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.

Access limited to the following security roles:
Deployer

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

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.


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.


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.


lookupCoherenceInitParam

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


destroyCoherenceInitParam

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


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