Uses of Class
org.glassfish.gmbal.Description

Packages that use Description
com.sun.xml.ws.client JAX-WS 2.0.1 Client Runtime 
com.sun.xml.ws.runtime.dev   
com.sun.xml.ws.rx.rm.runtime.sequence   
com.sun.xml.ws.security   
com.sun.xml.ws.server JAX-WS 2.0.1 Server Runtime 
com.sun.xml.wss   
com.sun.xml.wss.impl.misc   
org.glassfish.gmbal   
org.glassfish.gmbal.impl   
 

Uses of Description in com.sun.xml.ws.client
 

Classes in com.sun.xml.ws.client with annotations of type Description
 class MonitorRootClient
           
 

Uses of Description in com.sun.xml.ws.runtime.dev
 

Classes in com.sun.xml.ws.runtime.dev with annotations of type Description
 class Session
          The Session object is used to manage state between multiple requests from the same client.
 class SessionManager
          The SessionManager is used to obtain session information This can be implemented using persistent storage mechanisms or using transient storage Even if it is implemented using persistent storage the implementation should take care of backing by a cache which will avoid the overhead of serialization and database operations
 

Methods in com.sun.xml.ws.runtime.dev with annotations of type Description
 SecurityContextTokenInfo Session.getSecurityInfo()
          Accessor for the securityInfo field.
 String Session.getSessionKey()
          Accessor for Session Key.
abstract  Set<String> SessionManager.keys()
          Returns the Set of valid Session keys.
protected abstract  Collection<Session> SessionManager.sessions()
           
 

Uses of Description in com.sun.xml.ws.rx.rm.runtime.sequence
 

Classes in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type Description
 interface Sequence
           
 interface SequenceManager
           
 

Methods in com.sun.xml.ws.rx.rm.runtime.sequence with annotations of type Description
 Map<String,String> SequenceManager.boundSequences()
           
 long SequenceManager.concurrentlyOpenedInboundSequencesCount()
           
 String Sequence.getBoundSecurityTokenReferenceId()
          Provides information on a security session to which this sequence is bound to.
 String Sequence.getId()
          Returns unique identifier of the sequence
 long Sequence.getLastActivityTime()
          Provides information on the last activity time of this sequence.
 long Sequence.getLastMessageNumber()
          Provides information on the message number of the last message registered on this sequence
 Sequence.State Sequence.getState()
          Provides information on the state of the message sequence
 boolean Sequence.hasUnacknowledgedMessages()
          The method may be called to determine whether the sequence has some unacknowledged messages or not
 boolean Sequence.isAckRequested()
          Provides information on the actual AckRequested flag status
 boolean Sequence.isClosed()
          Provides information on the sequence closed status.
 boolean Sequence.isExpired()
          Provides information on the sequence expiration status.
 boolean SequenceManager.persistent()
           
 Map<String,Sequence> SequenceManager.sequences()
           
 String SequenceManager.uniqueEndpointId()
           
 

Uses of Description in com.sun.xml.ws.security
 

Classes in com.sun.xml.ws.security with annotations of type Description
 interface IssuedTokenContext
          This interface is the SPI defined by WS-Security to enable WS-Trust/SecureConversation specific security interactions.
 interface SecurityContextTokenInfo
          The SecurityContextTokenInfo class represents security parameters which will be saved in the Session object so that whenever the endpoint crashes the security negotiations can be resumed from its original state and no new negotiations need to be done.
 

Methods in com.sun.xml.ws.security with annotations of type Description
 String IssuedTokenContext.getAppliesTo()
           
 Token IssuedTokenContext.getAssociatedProofToken()
          get the Proof Token (if any) associated with the SecurityToken, null otherwise
 Token IssuedTokenContext.getAttachedSecurityTokenReference()
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example.
 Date SecurityContextTokenInfo.getCreationTime()
           
 Date SecurityContextTokenInfo.getExpirationTime()
           
 String SecurityContextTokenInfo.getExternalId()
           
 String SecurityContextTokenInfo.getIdentifier()
           
 IssuedTokenContext SecurityContextTokenInfo.getIssuedTokenContext()
           
 String IssuedTokenContext.getKeyType()
           
 Object IssuedTokenContext.getOtherPartyEntropy()
          Get the Entropy if any provided by the Other Party, null otherwise
 X509Certificate IssuedTokenContext.getRequestorCertificate()
          Requestor Certificate(s)
 Subject IssuedTokenContext.getRequestorSubject()
           
 String IssuedTokenContext.getRequestorUsername()
          Requestor username if any
 byte[] SecurityContextTokenInfo.getSecret()
           
 Token IssuedTokenContext.getSecurityToken()
          Depending on the policy get the Token to be used in Securing requests and/or responses.
 Object IssuedTokenContext.getSelfEntropy()
          Get self Entropy if set, null otherwise
 String IssuedTokenContext.getTokenIssuer()
           
 String IssuedTokenContext.getTokenType()
           
 Token IssuedTokenContext.getUnAttachedSecurityTokenReference()
          If the token returned doesnt allow use of wsu:id attribute then a STR is returned as which needs to be inserted into a for example.
 

Uses of Description in com.sun.xml.ws.server
 

Classes in com.sun.xml.ws.server with annotations of type Description
 class MonitorRootService
           
 

Methods in com.sun.xml.ws.server with annotations of type Description
 AddressingVersion MonitorRootService.addressingVersion()
           
 BindingID MonitorRootService.bindingID()
           
 Container MonitorRootService.container()
           
 boolean MonitorRootService.dumpHTTPMessages()
           
 void MonitorRootService.dumpHTTPMessages(boolean x)
           
 WSFeatureList MonitorRootService.features()
           
 String MonitorRootService.jaxwsRuntimeVersion()
           
 String MonitorRootService.policy()
           
 QName MonitorRootService.portName()
           
 String MonitorRootService.seiModelWSDLLocation()
           
 Set<String> MonitorRootService.serviceDefinitionImports()
           
 URL MonitorRootService.serviceDefinitionURL()
           
 QName MonitorRootService.serviceName()
           
 String MonitorRootService.soapVersionHttpBindingId()
           
 EndpointAddress MonitorRootService.wsdlEndpointAddress()
           
 QName MonitorRootService.wsdlPortTypeName()
           
 

Uses of Description in com.sun.xml.wss
 

Classes in com.sun.xml.wss with annotations of type Description
 class NonceManager
          This abstract class defines an SPI that Metro Application developers can implement, to handle custom validation of Nonces used in conjunction with Password-Digest Authentication.
 

Uses of Description in com.sun.xml.wss.impl.misc
 

Classes in com.sun.xml.wss.impl.misc with annotations of type Description
 class DefaultNonceManager
           
 

Uses of Description in org.glassfish.gmbal
 

Classes in org.glassfish.gmbal with annotations of type Description
 interface AMXMBeanInterface
          Base interface supported by all AMXMBeanInterface MBeans.
 

Methods in org.glassfish.gmbal with annotations of type Description
 AMXMBeanInterface[] AMXMBeanInterface.getChildren()
          Containment hierarchy: Get all AMXMBeanInterface contained by this one, in no particular order.
 String AMXMBeanInterface.getName()
          Usually the same as the ObjectName 'name' property, but can differ if the actual name contains characters that must be escaped for an ObjectName and/or if the MBean has a mutable name attribute.
 AMXMBeanInterface AMXMBeanInterface.getParent()
          "go up one level": the MBean containing this one, can be null for root
 

Uses of Description in org.glassfish.gmbal.impl
 

Classes in org.glassfish.gmbal.impl with annotations of type Description
static interface ManagedObjectManagerImpl.DummyAverageRangeStatistic
           
static interface ManagedObjectManagerImpl.DummyBoundaryStatistic
           
static interface ManagedObjectManagerImpl.DummyBoundedRangeStatistic
           
static interface ManagedObjectManagerImpl.DummyCountStatistic
           
static interface ManagedObjectManagerImpl.DummyRangeStatistic
           
static interface ManagedObjectManagerImpl.DummyStatistic
           
static interface ManagedObjectManagerImpl.DummyStringStatistic
           
static interface ManagedObjectManagerImpl.DummyTimeStatistic
           
 



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