com.sun.xml.ws.security.impl.policy
Class SessionManagerStore

java.lang.Object
  extended by com.sun.xml.ws.policy.PolicyAssertion
      extended by com.sun.xml.ws.security.impl.policy.SessionManagerStore
All Implemented Interfaces:
SessionManagerStore

public class SessionManagerStore
extends PolicyAssertion
implements SessionManagerStore

Author:
Nithya Subramanian

Constructor Summary
SessionManagerStore()
           
SessionManagerStore(AssertionData name, Collection<PolicyAssertion> nestedAssertions, AssertionSet nestedAlternative)
           
 
Method Summary
 String getSessionThreshold()
           
 String getSessionTimeOut()
           
 
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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SessionManagerStore

public SessionManagerStore(AssertionData name,
                           Collection<PolicyAssertion> nestedAssertions,
                           AssertionSet nestedAlternative)

SessionManagerStore

public SessionManagerStore()
Method Detail

getSessionTimeOut

public String getSessionTimeOut()
Specified by:
getSessionTimeOut in interface SessionManagerStore

getSessionThreshold

public String getSessionThreshold()
Specified by:
getSessionThreshold in interface SessionManagerStore


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