com.sun.xml.ws.security.impl.policy
Class SecurityFeatureConfigurator.SecurityStickyFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.security.impl.policy.SecurityFeatureConfigurator.SecurityStickyFeature
All Implemented Interfaces:
StickyFeature
Enclosing class:
SecurityFeatureConfigurator

public static final class SecurityFeatureConfigurator.SecurityStickyFeature
extends WebServiceFeature
implements StickyFeature


Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SecurityFeatureConfigurator.SecurityStickyFeature()
           
 
Method Summary
 String getID()
           
 boolean isNonceManagerUsed()
           
 boolean isScUsed()
           
 void nonceManagerUsed()
           
 void scUsed()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
Constructor Detail

SecurityFeatureConfigurator.SecurityStickyFeature

public SecurityFeatureConfigurator.SecurityStickyFeature()
Method Detail

getID

public String getID()
Specified by:
getID in class WebServiceFeature

isNonceManagerUsed

public boolean isNonceManagerUsed()

nonceManagerUsed

public void nonceManagerUsed()

isScUsed

public boolean isScUsed()

scUsed

public void scUsed()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.