CInf

o akentiClientInit
Initializes the client interface according to the values in an akentiClient configuration file.
o remoteCheckAccess
Given the DN of a user and the DN of the CA that issued this name and the name of the resource, returns the capability structure which contains the unconditional and conditional rights.
o remoteCheckAccessByCertString
Given a string containing a PEM encoded x509 certificate for a user, and the name of the resource, returns the capability structure which contains the unconditional and conditional rights.
o remoteCheckAccessByCertFile
Given a file name which contains a PEM encoded x509 certificate or certificate chain for a user, and the name of the resource, returns the capability structure which contains the unconditional and conditional rightsThis method sends a messaage to an Akenti server.
o akentiInit
Initializes the Akenti policy engine.
o checkAccess
Given an authenticated principal name which consists of an x509 distinguished name for a user, and the x509 distinguished name of the Certificate Authority which issued the user's x509 cert, and the name of the resource, returns a capability certificate if any rights are granted.
o checkAccessByCertFile
Given a file containing a PEM encoded x509 certificate for a user, and the name of the resource, returns a capability certificate if any rights are granted.
o checkAccessByCertString
Given a string containing a PEM encoded x509 certificate for a user, and the name of the resource, returns a capability certificate if any.
o akentiGlobusCheck
Checks a user's access to executables managed by the GLOBUS Job Manager.
o initLogger
o deleteLogger
o bLog
o iLog
o sLog
o fLog
o flush
o CapCert
A minimal C interface to a capabilty certificate.
o CapCert_initFromString
Initializes a CapCert from a string.
o CapCert_initFromFile
Initializes a CapCert from a PEM file.
o CapCert_writeToBuffer
Writes cert to buffer.
o CapCert_writeToFile
Writes cert to file.
o CapCert_toText
Writes pretty text to buffer.
o CapCert_free
Destroys a CapCert.
o CapCert_getVersionNumber
Returns the version number of the capability certificate.
o CapCert_getSubject
Returns the subject of the capability certificate.
o CapCert_getSubjectPublicKey
Returns the subject's public key from the capability certificate.
o CapCert_getResource
Returns the name of the resource that the capability certificate applies to.
o CapCert_getIssuer
Returns the issuer of the capability certificate.
o CapCert_getNotBefore
Returns the time before which the capability certificate is not valid.
o CapCert_getNotAfter
Returns the time after which the capability certificate is no longer valid.
o CapCert_checkValidity
Checks the validity time of the capability certificate.
o CapCert_hasGrantedActions
Checks if there are granted unconditional actions in a CapCert.
o CapCert_numOfGrantedActions
Returns the number of granted actions in a CapCert.
o CapCert_grantedActionAt
Returns the action at index idx.
o CapCert_hasCondActions
Checks if there are CondActions in a CapCert.
o CapCert_numOfCondActions
Returns the number of CondActions in a CapabilityCertificate.
o CapCert_condActionsAt
Returns the CondActions at index idx.
o AKPrin_getName
Copies the AKPrincipal's distinguished name into buff.
o AKPrin_getGuarantor
Copies the AKPrincipal's CA's distinguished name into buffThis function should be called first with buff equal to NULL to get the length of the distinguished name.
o UTCT_toUtcString
Copies the UTCTime's string representation.
o CondAct_getConstraint
Returns the constraint string from a CondActions pointer.
o CondAct_isCritical
Return whether the constraint must be satisfied.
o CondAct_numOfActions
Returns the number of actions in CondActions.
o CondAct_actionAt
Returns the action at index idx.
o CondAct_numOfAttrInfos
Returns the number of AttrInfos in CondActions.
o CondAct_AttrInfoAt
Returns the AttrInfo at index idx.
o Attr_getType
Returns the type of an Attibute.
o Attr_getAttributeName
Returns the name of an attribute.
o Attr_getValue
Returns the value of the attributeIt is assumed that the caller of the getAttribute and getValue methods can evaluate whether the contraint is met.
o AKMsg_getCode
Returns the status code rom an AKMessage
o AKMsg_getDescription
Returns the description of an AKMessage
o AKMsg_free
Frees an AKMessage.
o (*EvalCallBack)
Signature of the callback routine.
o CondAct_evaluate
Traverses the expression in CondActions and calls func with the arguments.

Alphabetic index Hierarchy of classes



This page was generated with the help of DOC++.