Uses of Interface
com.sun.sgs.auth.IdentityCredentials

Packages that use IdentityCredentials
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. 
 

Uses of IdentityCredentials in com.sun.sgs.auth
 

Methods in com.sun.sgs.auth with parameters of type IdentityCredentials
 Identity IdentityCoordinator.authenticateIdentity(IdentityCredentials credentials)
          Authenticates the given credentials.
 Identity IdentityAuthenticator.authenticateIdentity(IdentityCredentials credentials)
          Authenticates the given credentials.
 

Uses of IdentityCredentials in com.sun.sgs.impl.auth
 

Classes in com.sun.sgs.impl.auth that implement IdentityCredentials
 class NamePasswordCredentials
          This simple implementation of IdentityCredentials is used to represent a name and password pair.
 

Methods in com.sun.sgs.impl.auth with parameters of type IdentityCredentials
 Identity NamePasswordAuthenticator.authenticateIdentity(IdentityCredentials credentials)
          Authenticates the given credentials.
 Identity NullAuthenticator.authenticateIdentity(IdentityCredentials credentials)
          Always authenticates the given user unless the credentials are not of type NamePasswordCredentials, in which case a CredentialException is thrown.
 

Uses of IdentityCredentials in com.sun.sgs.impl.kernel
 

Methods in com.sun.sgs.impl.kernel with parameters of type IdentityCredentials
 Identity IdentityCoordinatorImpl.authenticateIdentity(IdentityCredentials credentials)
          Authenticates the given credentials.
 


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