|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.impl.configuration.StaticApplicationContext
public final class StaticApplicationContext
This class represents the static context associated with any Security Policy elements
defined in a xwss:JAXRPCSecurity configuration.
The xwss:JAXRPCSecurity element supports Security Policies to be specifed
at three levels
Service level
Port level
Operation level
| Constructor Summary | |
|---|---|
StaticApplicationContext()
Default constructor |
|
StaticApplicationContext(StaticApplicationContext context)
Copy constructor |
|
| Method Summary | |
|---|---|
void |
copy(StaticApplicationContext ctx)
Copy operator |
boolean |
equals(Object obj)
equals operator |
boolean |
equals(StaticApplicationContext ctx)
equals operator |
String |
getApplicationContextRoot()
|
String |
getOperationIdentifier()
|
String |
getPortIdentifier()
|
String |
getServiceIdentifier()
|
String |
getUUID()
|
int |
hashCode()
|
boolean |
isOperation()
|
void |
isOperation(boolean isOperation)
Set if this context represents an Operation |
boolean |
isPort()
|
void |
isPort(boolean isPort)
Set if this context represents a Port |
boolean |
isService()
|
void |
isService(boolean isService)
Set if this context represents a Service |
void |
setApplicationContextRoot(String ctxRoot)
|
void |
setOperationIdentifier(String operation)
Set the Operation identifier |
void |
setPortIdentifier(String port)
Set the port identifier |
void |
setServiceIdentifier(String service)
Set the service identifier |
void |
setUUID(String uuid)
Set the Unique ID associated with the Service context |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StaticApplicationContext()
public StaticApplicationContext(StaticApplicationContext context)
context - StaticApplicationContext| Method Detail |
|---|
public void isService(boolean isService)
isService - set to true if this is a service level contextpublic boolean isService()
public void isPort(boolean isPort)
isPort - set to true if this is a port level contextpublic boolean isPort()
public void isOperation(boolean isOperation)
isOperation - set to true if this is an Operation level contextpublic boolean isOperation()
public void setServiceIdentifier(String service)
service - the Service Identifierpublic String getServiceIdentifier()
public void setPortIdentifier(String port)
port - the Port Identifierpublic String getPortIdentifier()
public void setOperationIdentifier(String operation)
operation - the Operation Identifierpublic String getOperationIdentifier()
public void setUUID(String uuid)
uuid - the unique id associated with the Servicepublic String getUUID()
public void setApplicationContextRoot(String ctxRoot)
ctxRoot - the Application Context Root/Identifier for the applicationpublic String getApplicationContextRoot()
public void copy(StaticApplicationContext ctx)
ctx - the StaticApplicationContext to copy frompublic boolean equals(Object obj)
equals in class Objectobj - the Object to be compared with this context for equality
public boolean equals(StaticApplicationContext ctx)
ctx - the StaticApplicationContext to be compared with this context for equality
public int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||