YAZ  5.34.0
Data Structures | Macros | Typedefs | Functions
z-accform1.h File Reference

ASN.1 Module AccessControlFormat-prompt-1. More...

#include <yaz/odr.h>
#include <yaz/z-core.h>

Go to the source code of this file.

Data Structures

struct  Z_PromptObject1
 
struct  Z_ChallengeUnit1
 
struct  Z_Challenge1
 
struct  Z_ResponseUnit1
 
struct  Z_Response1
 
struct  Z_PromptIdEnumeratedPrompt
 
struct  Z_PromptId
 
struct  Z_Encryption
 

Macros

#define Z_PromptObject1_challenge   1
 
#define Z_PromptObject1_response   2
 
#define Z_ChallengeUnit1_character   1
 
#define Z_ChallengeUnit1_encrypted   2
 
#define Z_ChallengeUnit1_integer   1
 
#define Z_ChallengeUnit1_date   2
 
#define Z_ChallengeUnit1_float   3
 
#define Z_ChallengeUnit1_alphaNumeric   4
 
#define Z_ChallengeUnit1_url_urn   5
 
#define Z_ChallengeUnit1_boolean   6
 
#define Z_ResponseUnit1_string   1
 
#define Z_ResponseUnit1_accept   2
 
#define Z_ResponseUnit1_acknowledge   3
 
#define Z_ResponseUnit1_diagnostic   4
 
#define Z_ResponseUnit1_encrypted   5
 
#define Z_PromptIdEnumeratedPrompt_groupId   0
 
#define Z_PromptIdEnumeratedPrompt_userId   1
 
#define Z_PromptIdEnumeratedPrompt_password   2
 
#define Z_PromptIdEnumeratedPrompt_newPassword   3
 
#define Z_PromptIdEnumeratedPrompt_copyright   4
 
#define Z_PromptIdEnumeratedPrompt_sessionId   5
 
#define Z_PromptId_enumeratedPrompt   1
 
#define Z_PromptId_nonEnumeratedPrompt   2
 

Typedefs

typedef struct Z_PromptObject1 Z_PromptObject1
 
typedef struct Z_ChallengeUnit1 Z_ChallengeUnit1
 
typedef struct Z_Challenge1 Z_Challenge1
 
typedef struct Z_ResponseUnit1 Z_ResponseUnit1
 
typedef struct Z_Response1 Z_Response1
 
typedef struct Z_PromptIdEnumeratedPrompt Z_PromptIdEnumeratedPrompt
 
typedef struct Z_PromptId Z_PromptId
 
typedef struct Z_Encryption Z_Encryption
 

Functions

int z_PromptObject1 (ODR o, Z_PromptObject1 **p, int opt, const char *name)
 
int z_ChallengeUnit1 (ODR o, Z_ChallengeUnit1 **p, int opt, const char *name)
 
int z_Challenge1 (ODR o, Z_Challenge1 **p, int opt, const char *name)
 
int z_ResponseUnit1 (ODR o, Z_ResponseUnit1 **p, int opt, const char *name)
 
int z_Response1 (ODR o, Z_Response1 **p, int opt, const char *name)
 
int z_PromptIdEnumeratedPrompt (ODR o, Z_PromptIdEnumeratedPrompt **p, int opt, const char *name)
 
int z_PromptId (ODR o, Z_PromptId **p, int opt, const char *name)
 
int z_Encryption (ODR o, Z_Encryption **p, int opt, const char *name)
 

Detailed Description

ASN.1 Module AccessControlFormat-prompt-1.

Generated automatically by YAZ ASN.1 Compiler 0.4

Definition in file z-accform1.h.

Macro Definition Documentation

◆ Z_ChallengeUnit1_alphaNumeric

#define Z_ChallengeUnit1_alphaNumeric   4

Definition at line 73 of file z-accform1.h.

◆ Z_ChallengeUnit1_boolean

#define Z_ChallengeUnit1_boolean   6

Definition at line 75 of file z-accform1.h.

◆ Z_ChallengeUnit1_character

#define Z_ChallengeUnit1_character   1

Definition at line 62 of file z-accform1.h.

◆ Z_ChallengeUnit1_date

#define Z_ChallengeUnit1_date   2

Definition at line 71 of file z-accform1.h.

◆ Z_ChallengeUnit1_encrypted

#define Z_ChallengeUnit1_encrypted   2

Definition at line 63 of file z-accform1.h.

◆ Z_ChallengeUnit1_float

#define Z_ChallengeUnit1_float   3

Definition at line 72 of file z-accform1.h.

◆ Z_ChallengeUnit1_integer

#define Z_ChallengeUnit1_integer   1

Definition at line 70 of file z-accform1.h.

◆ Z_ChallengeUnit1_url_urn

#define Z_ChallengeUnit1_url_urn   5

Definition at line 74 of file z-accform1.h.

◆ Z_PromptId_enumeratedPrompt

#define Z_PromptId_enumeratedPrompt   1

Definition at line 123 of file z-accform1.h.

◆ Z_PromptId_nonEnumeratedPrompt

#define Z_PromptId_nonEnumeratedPrompt   2

Definition at line 124 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_copyright

#define Z_PromptIdEnumeratedPrompt_copyright   4

Definition at line 112 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_groupId

#define Z_PromptIdEnumeratedPrompt_groupId   0

Definition at line 108 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_newPassword

#define Z_PromptIdEnumeratedPrompt_newPassword   3

Definition at line 111 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_password

#define Z_PromptIdEnumeratedPrompt_password   2

Definition at line 110 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_sessionId

#define Z_PromptIdEnumeratedPrompt_sessionId   5

Definition at line 113 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt_userId

#define Z_PromptIdEnumeratedPrompt_userId   1

Definition at line 109 of file z-accform1.h.

◆ Z_PromptObject1_challenge

#define Z_PromptObject1_challenge   1

Definition at line 50 of file z-accform1.h.

◆ Z_PromptObject1_response

#define Z_PromptObject1_response   2

Definition at line 51 of file z-accform1.h.

◆ Z_ResponseUnit1_accept

#define Z_ResponseUnit1_accept   2

Definition at line 95 of file z-accform1.h.

◆ Z_ResponseUnit1_acknowledge

#define Z_ResponseUnit1_acknowledge   3

Definition at line 96 of file z-accform1.h.

◆ Z_ResponseUnit1_diagnostic

#define Z_ResponseUnit1_diagnostic   4

Definition at line 97 of file z-accform1.h.

◆ Z_ResponseUnit1_encrypted

#define Z_ResponseUnit1_encrypted   5

Definition at line 98 of file z-accform1.h.

◆ Z_ResponseUnit1_string

#define Z_ResponseUnit1_string   1

Definition at line 94 of file z-accform1.h.

Typedef Documentation

◆ Z_Challenge1

typedef struct Z_Challenge1 Z_Challenge1

Definition at line 20 of file z-accform1.h.

◆ Z_ChallengeUnit1

Definition at line 17 of file z-accform1.h.

◆ Z_Encryption

typedef struct Z_Encryption Z_Encryption

Definition at line 35 of file z-accform1.h.

◆ Z_PromptId

typedef struct Z_PromptId Z_PromptId

Definition at line 32 of file z-accform1.h.

◆ Z_PromptIdEnumeratedPrompt

Definition at line 29 of file z-accform1.h.

◆ Z_PromptObject1

Definition at line 1 of file z-accform1.h.

◆ Z_Response1

typedef struct Z_Response1 Z_Response1

Definition at line 26 of file z-accform1.h.

◆ Z_ResponseUnit1

Definition at line 23 of file z-accform1.h.

Function Documentation

◆ z_Challenge1()

int z_Challenge1 ( ODR  o,
Z_Challenge1 **  p,
int  opt,
const char *  name 
)

◆ z_ChallengeUnit1()

int z_ChallengeUnit1 ( ODR  o,
Z_ChallengeUnit1 **  p,
int  opt,
const char *  name 
)

◆ z_Encryption()

int z_Encryption ( ODR  o,
Z_Encryption **  p,
int  opt,
const char *  name 
)

◆ z_PromptId()

int z_PromptId ( ODR  o,
Z_PromptId **  p,
int  opt,
const char *  name 
)

◆ z_PromptIdEnumeratedPrompt()

int z_PromptIdEnumeratedPrompt ( ODR  o,
Z_PromptIdEnumeratedPrompt **  p,
int  opt,
const char *  name 
)

◆ z_PromptObject1()

int z_PromptObject1 ( ODR  o,
Z_PromptObject1 **  p,
int  opt,
const char *  name 
)

◆ z_Response1()

int z_Response1 ( ODR  o,
Z_Response1 **  p,
int  opt,
const char *  name 
)

◆ z_ResponseUnit1()

int z_ResponseUnit1 ( ODR  o,
Z_ResponseUnit1 **  p,
int  opt,
const char *  name 
)