Class SessionManagerStore
- java.lang.Object
-
- com.sun.xml.ws.policy.PolicyAssertion
-
- com.sun.xml.ws.security.impl.policy.SessionManagerStore
-
- All Implemented Interfaces:
SessionManagerStore
public class SessionManagerStore extends com.sun.xml.ws.policy.PolicyAssertion implements SessionManagerStore
- Author:
- Nithya Subramanian
-
-
Constructor Summary
Constructors Constructor Description SessionManagerStore()SessionManagerStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSessionThreshold()StringgetSessionTimeOut()-
Methods inherited from class com.sun.xml.ws.policy.PolicyAssertion
equals, getAttributes, getAttributesSet, getAttributeValue, getImplementation, getName, getNestedAssertionsIterator, getNestedPolicy, getParametersIterator, getValue, hashCode, hasNestedAssertions, hasNestedPolicy, hasParameters, isIgnorable, isOptional, isPrivate, toString, toString
-
-
-
-
Constructor Detail
-
SessionManagerStore
public SessionManagerStore(com.sun.xml.ws.policy.sourcemodel.AssertionData name, Collection<com.sun.xml.ws.policy.PolicyAssertion> nestedAssertions, com.sun.xml.ws.policy.AssertionSet nestedAlternative)
-
SessionManagerStore
public SessionManagerStore()
-
-
Method Detail
-
getSessionTimeOut
public String getSessionTimeOut()
- Specified by:
getSessionTimeOutin interfaceSessionManagerStore
-
getSessionThreshold
public String getSessionThreshold()
- Specified by:
getSessionThresholdin interfaceSessionManagerStore
-
-