Uses of Package
com.sun.sgs.auth

Packages that use com.sun.sgs.auth
com.sun.sgs.auth Provides interfaces for identities and how to authenticate them. 
com.sun.sgs.impl.auth Provides simple implementations for identities and how to authenticate them. 
com.sun.sgs.impl.kernel Provides an implementation of the RedDwarf Server kernel. 
com.sun.sgs.impl.profile Provides an implementation for some interfaces in com.sun.sgs.profile
com.sun.sgs.impl.profile.listener Provides implementations for ProfileListener
com.sun.sgs.impl.protocol.simple Provides an implementation of the protocol layer APIs using the SimpleSgsProtocol
com.sun.sgs.impl.service.nodemap Provides an implementation of NodeMappingService
com.sun.sgs.impl.service.nodemap.affinity Provides classes, interfaces, and utilities used to find affinity groups with the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.dgb Provides classes for a multi-node distributed graph builder implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.affinity.dlpa Provides classes for a multi-node, distributed algorithm implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph Provides classes used to create the graphs for the fully distributed label propagation algorithm implementation. 
com.sun.sgs.impl.service.nodemap.affinity.graph Provides classes used to build graphs used by the label propagation algorithm (LPA). 
com.sun.sgs.impl.service.nodemap.affinity.single Provides classes for a single node implementation of the label propagation algorithm described in "Near linear time algorithm to detect community structures in large-scale networks" by Raghavan, Albert and Kumara (2007). 
com.sun.sgs.impl.service.nodemap.policy Provides implementations of NodeAssignPolicy
com.sun.sgs.impl.service.session Provides an implementation of ClientSessionService
com.sun.sgs.impl.service.task Provides an implementation of TaskService
com.sun.sgs.impl.util Provides miscellaneous utility classes and methods. 
com.sun.sgs.kernel Provides the core system interfaces used by the RedDwarf Server. 
com.sun.sgs.kernel.schedule Provides queue ordering and retry behavior abstractions that may be used by scheduler implementations. 
com.sun.sgs.profile Interfaces used to create profiling information. 
com.sun.sgs.protocol Provides interfaces for the protocol layer. 
com.sun.sgs.service Provides interfaces and classes for services provided by the RedDwarf Server. 
 

Classes in com.sun.sgs.auth used by com.sun.sgs.auth
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
IdentityCredentials
          Represents credentials that can be used for authentication.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.auth
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
IdentityAuthenticator
          This interface is used to define modules that know how to authenticate an identity based on provided credentials.
IdentityCredentials
          Represents credentials that can be used for authentication.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.kernel
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
IdentityAuthenticator
          This interface is used to define modules that know how to authenticate an identity based on provided credentials.
IdentityCoordinator
          A system component that is used to authenticate identities.
IdentityCredentials
          Represents credentials that can be used for authentication.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.profile
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.profile.listener
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.protocol.simple
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity.dgb
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity.dlpa
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity.dlpa.graph
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity.graph
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.affinity.single
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.nodemap.policy
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.session
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.service.task
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.impl.util
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.kernel
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.kernel.schedule
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.profile
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.protocol
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 

Classes in com.sun.sgs.auth used by com.sun.sgs.service
Identity
          This interface represents a single identity in a form used only by Services, the kernel, and other system-level components.
 


RedDwarf, Version 0.10.1
2010-03-14 10:56:12

Copyright © 2010 The RedDwarf Authors. All rights reserved
Copyright © 2007-2010 Sun Microsystems, Inc. All rights reserved