Class SecurityFeatureConfigurator.SecurityStickyFeature
- java.lang.Object
-
- jakarta.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.security.impl.policy.SecurityFeatureConfigurator.SecurityStickyFeature
-
- All Implemented Interfaces:
StickyFeature
- Enclosing class:
- SecurityFeatureConfigurator
public static final class SecurityFeatureConfigurator.SecurityStickyFeature extends jakarta.xml.ws.WebServiceFeature implements StickyFeature
-
-
Constructor Summary
Constructors Constructor Description SecurityStickyFeature()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getID()
boolean
isNonceManagerUsed()
boolean
isScUsed()
void
nonceManagerUsed()
void
scUsed()
-
-
-
Field Detail
-
ID
public static final String ID
-
-
Method Detail
-
getID
public String getID()
- Specified by:
getID
in classjakarta.xml.ws.WebServiceFeature
-
isNonceManagerUsed
public boolean isNonceManagerUsed()
-
nonceManagerUsed
public void nonceManagerUsed()
-
isScUsed
public boolean isScUsed()
-
scUsed
public void scUsed()
-
-