WA-SDK  3.0.4.0
WA-SDK
issacapi_ac_attsroles.h
이 파일의 문서화 페이지로 가기
1 /*
2  Copyright (C) 2002 PENTA SECURITY SYSTEMS, INC.
3  All rights reserved
4 
5  THIS IS UNPUBLISHED PROPRIETARY
6  SOURCE CODE OF PENTA SECURITY SYSTEMS, INC.
7 
8  The copyright notice above does not evidence any actual or intended
9  publication of such source code.
10 
11  Filename : issac_ac_attsroles.h
12 */
13 
14 #ifndef _issac_ac_attsroles_h
15 #define _issac_ac_attsroles_h
16 
17 #include "issacapi.h"
18 
23 
25 typedef struct _ATTSROLES {
26  void *attsRoles;
27 } ATTSROLES;
28 
37  ATTSROLES *roles
38 );
39 
45  ATTSROLES *roles
46 );
47 
55  ATTSROLES *roles,
56  const char *role
57 );
58 
68  char *role,
69  const int roleLen,
70  const ATTSROLES *roles,
71  const int index
72 );
73 
81  int *count,
82  const ATTSROLES *roles
83 );
84 
93  ATTSROLES *roles,
94  const void *buffer,
95  int buffer_len
96 );
97 
105  void *buffer,
106  int *buffer_len,
107  int buffer_alloc_len,
108  ATTSROLES *cert
109 );
110 
112 
113 #endif /* _issac_ac_attsroles_h */
114 
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTROLE_Read_ATTSROLES(char *role, const int roleLen, const ATTSROLES *roles, const int index)
역할 목록에 들어있는 역할을 가져온다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTROLES_Read_Memory(ATTSROLES *roles, const void *buffer, int buffer_len)
역할 목록을 버퍼에서 읽어들인다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTSROLES_Add(ATTSROLES *roles, const char *role)
역할을 역할 목록에 추가한다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTSROLES_Write_Memory(void *buffer, int *buffer_len, int buffer_alloc_len, ATTSROLES *cert)
역할 목록을 버퍼로 출력한다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTSROLES_Delete(ATTSROLES *roles)
역할 목록에 할당된 메모리를 해제한다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTSROLES_Create(ATTSROLES *roles)
역할 목록을 초기화한다.
WA_SDK_API ISSAC_RETURN FUNCCALL ISSAC_ATTSROLES_GetCount(int *count, const ATTSROLES *roles)
역할 목록에 들어있는 역할의 개수를 가져온다.
unsigned int ISSAC_RETURN
ISSAC-API 실행 결과 [ ISSACAPI_BASIC_RETURN, ISSACAPI_ERRORS, ISSAC_LICENSE_ERR ]
Definition: issacapi_bs_definitions.h:32
속성 인증서의 역할에 대한 컨텍스트
Definition: issacapi_ac_attsroles.h:25
void * attsRoles
역할 목록 참조값
Definition: issacapi_ac_attsroles.h:26
#define FUNCCALL
Definition: wasdk_public.h:9
#define WA_SDK_API
Definition: wasdk_public.h:27