Uses of Class
org.openid4java.association.AssociationSessionType

Packages that use AssociationSessionType
org.openid4java.association   
org.openid4java.consumer Provides functionality for OpenID-enabling Consumer (Relying Party) sites. 
org.openid4java.message   
org.openid4java.server Offers support for implementing an OpenID Provider server. 
 

Uses of AssociationSessionType in org.openid4java.association
 

Fields in org.openid4java.association declared as AssociationSessionType
static AssociationSessionType AssociationSessionType.DH_COMPAT_SHA1
           
static AssociationSessionType AssociationSessionType.DH_SHA1
           
static AssociationSessionType AssociationSessionType.DH_SHA256
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_COMPAT_SHA1MAC
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_SHA1MAC
           
static AssociationSessionType AssociationSessionType.NO_ENCRYPTION_SHA256MAC
           
 

Methods in org.openid4java.association that return AssociationSessionType
static AssociationSessionType AssociationSessionType.create(java.lang.String sessType)
          Creates a OpenID 2 AssociationSessionType with the specified session type and HMAC-SHA1 association type.
static AssociationSessionType AssociationSessionType.create(java.lang.String sessType, java.lang.String assocType)
          Creates a OpenID 2 AssociationSessionType with the specified session and association types.
static AssociationSessionType AssociationSessionType.create(java.lang.String sessType, java.lang.String assocType, boolean compatibility)
          Creates a AssociationSessionType with the specified session and association types.
 AssociationSessionType DiffieHellmanSession.getType()
           
 

Methods in org.openid4java.association with parameters of type AssociationSessionType
static DiffieHellmanSession DiffieHellmanSession.create(AssociationSessionType type, javax.crypto.spec.DHParameterSpec dhParameterSpec)
           
static DiffieHellmanSession DiffieHellmanSession.create(AssociationSessionType type, java.lang.String modulusBase64, java.lang.String generatorBase64)
           
 boolean AssociationSessionType.isBetter(AssociationSessionType other)
          Returns true if the specified argument's encryption level is considered better than the one of the current instance.
static boolean DiffieHellmanSession.isDhSupported(AssociationSessionType type)
           
 

Uses of AssociationSessionType in org.openid4java.consumer
 

Methods in org.openid4java.consumer that return AssociationSessionType
 AssociationSessionType ConsumerManager.getMinAssocSessEnc()
          Gets the minimum level of encryption that will be accepted for association sessions.
 AssociationSessionType ConsumerManager.getPrefAssocSessEnc()
          Gets the preferred encryption type for the association sessions.
 

Methods in org.openid4java.consumer with parameters of type AssociationSessionType
 void ConsumerManager.setMinAssocSessEnc(AssociationSessionType minAssocSessEnc)
          Configures the minimum level of encryption accepted for association sessions.
 void ConsumerManager.setPrefAssocSessEnc(AssociationSessionType prefAssocSessEnc)
          Sets the preferred encryption type for the association sessions.
 

Uses of AssociationSessionType in org.openid4java.message
 

Methods in org.openid4java.message that return AssociationSessionType
 AssociationSessionType AssociationRequest.getType()
          Gets the association / session type of the association request.
 AssociationSessionType AssociationResponse.getType()
          Gets the association / session type of the association response.
 

Methods in org.openid4java.message with parameters of type AssociationSessionType
static AssociationError AssociationError.createAssociationError(java.lang.String msg, AssociationSessionType type)
           
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type)
           
static AssociationRequest AssociationRequest.createAssociationRequest(AssociationSessionType type, DiffieHellmanSession dhSess)
           
 void AssociationError.setAssociationSessionType(AssociationSessionType type)
           
 void AssociationResponse.setType(AssociationSessionType type)
          Sets the association / session type for the association response.
 

Constructors in org.openid4java.message with parameters of type AssociationSessionType
AssociationError(java.lang.String msg, AssociationSessionType type)
           
AssociationRequest(AssociationSessionType type)
          Creates an Association Request message with the specified association type and "no-encryption" session.
AssociationRequest(AssociationSessionType type, DiffieHellmanSession dhSess)
          Constructs an AssociationRequest message with the specified association type and Diffie-Hellman session.
 

Uses of AssociationSessionType in org.openid4java.server
 

Methods in org.openid4java.server that return AssociationSessionType
 AssociationSessionType ServerManager.getMinAssocSessEnc()
          Gets the minimum level of encryption configured for association sessions.
 AssociationSessionType ServerManager.getPrefAssocSessEnc()
          Gets the preferred association / session type.
 

Methods in org.openid4java.server with parameters of type AssociationSessionType
 void ServerManager.setMinAssocSessEnc(AssociationSessionType minAssocSessEnc)
          Configures the minimum level of encryption accepted for association sessions.
 void ServerManager.setPrefAssocSessEnc(AssociationSessionType type)
          Sets the preferred association / session type.
 



Copyright © 2011 Sxip. All Rights Reserved.