libgsignon-glib first release 2.0.0
[profile/ivi/libgsignon-glib.git] / docs / reference / html / libgsignon-glib.devhelp2
1 <?xml version="1.0" encoding="utf-8" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "">
3 <book xmlns="http://www.devhelp.net/book" title="libgsignon-glib Reference Manual" link="index.html" author="" name="libgsignon-glib" version="2" language="c">
4   <chapters>
5     <sub name="libgsignon-glib Overview" link="libgsignon-glib-overview.html"/>
6     <sub name="libgsignon-glib Objects" link="libgsignon-glib-objects.html">
7       <sub name="Object Hierarchy" link="object-tree.html"/>
8       <sub name="Credential management" link="credential-management.html">
9         <sub name="SignonAuthService" link="SignonAuthService.html"/>
10         <sub name="SignonAuthSession" link="SignonAuthSession.html"/>
11         <sub name="SignonError" link="SignonError.html"/>
12         <sub name="SignonIdentity" link="SignonIdentity.html"/>
13         <sub name="SignonIdentityInfo" link="SignonIdentityInfo.html"/>
14         <sub name="SignonSecurityContext" link="SignonSecurityContext.html"/>
15       </sub>
16     </sub>
17     <sub name="signond D-Bus API" link="signond-dbus-api.html">
18       <sub name="com.google.code.AccountsSSO.gSingleSignOn.AuthService" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html"/>
19       <sub name="com.google.code.AccountsSSO.gSingleSignOn.AuthSession" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html"/>
20       <sub name="com.google.code.AccountsSSO.gSingleSignOn.Identity" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html"/>
21     </sub>
22     <sub name="Appendices" link="appendices.html">
23       <sub name="API Index" link="api-index-full.html"/>
24       <sub name="Index of deprecated symbols" link="api-index-deprecated.html"/>
25       <sub name="Index of new symbols in 1.8" link="api-index-1-8.html"/>
26       <sub name="Annotation Glossary" link="annotation-glossary.html"/>
27     </sub>
28   </chapters>
29   <functions>
30     <keyword type="struct" name="SignonAuthService" link="SignonAuthService.html#SignonAuthService-struct"/>
31     <keyword type="function" name="SignonQueryMechanismCb ()" link="SignonAuthService.html#SignonQueryMechanismCb"/>
32     <keyword type="function" name="SignonQueryMethodsCb ()" link="SignonAuthService.html#SignonQueryMethodsCb"/>
33     <keyword type="function" name="SignonQueryIdentitiesCb ()" link="SignonAuthService.html#SignonQueryIdentitiesCb"/>
34     <keyword type="function" name="signon_auth_service_new ()" link="SignonAuthService.html#signon-auth-service-new"/>
35     <keyword type="function" name="signon_auth_service_query_mechanisms ()" link="SignonAuthService.html#signon-auth-service-query-mechanisms"/>
36     <keyword type="function" name="signon_auth_service_query_methods ()" link="SignonAuthService.html#signon-auth-service-query-methods"/>
37     <keyword type="function" name="signon_auth_service_query_identities ()" link="SignonAuthService.html#signon-auth-service-query-identities"/>
38     <keyword type="macro" name="SIGNON_SESSION_DATA_CAPTION" link="SignonAuthSession.html#SIGNON-SESSION-DATA-CAPTION:CAPS"/>
39     <keyword type="macro" name="SIGNON_SESSION_DATA_PROXY" link="SignonAuthSession.html#SIGNON-SESSION-DATA-PROXY:CAPS"/>
40     <keyword type="macro" name="SIGNON_SESSION_DATA_REALM" link="SignonAuthSession.html#SIGNON-SESSION-DATA-REALM:CAPS"/>
41     <keyword type="macro" name="SIGNON_SESSION_DATA_RENEW_TOKEN" link="SignonAuthSession.html#SIGNON-SESSION-DATA-RENEW-TOKEN:CAPS"/>
42     <keyword type="macro" name="SIGNON_SESSION_DATA_SECRET" link="SignonAuthSession.html#SIGNON-SESSION-DATA-SECRET:CAPS"/>
43     <keyword type="macro" name="SIGNON_SESSION_DATA_TIMEOUT" link="SignonAuthSession.html#SIGNON-SESSION-DATA-TIMEOUT:CAPS"/>
44     <keyword type="macro" name="SIGNON_SESSION_DATA_UI_POLICY" link="SignonAuthSession.html#SIGNON-SESSION-DATA-UI-POLICY:CAPS"/>
45     <keyword type="macro" name="SIGNON_SESSION_DATA_USERNAME" link="SignonAuthSession.html#SIGNON-SESSION-DATA-USERNAME:CAPS"/>
46     <keyword type="macro" name="SIGNON_SESSION_DATA_WINDOW_ID" link="SignonAuthSession.html#SIGNON-SESSION-DATA-WINDOW-ID:CAPS"/>
47     <keyword type="struct" name="struct SignonAuthSession" link="SignonAuthSession.html#SignonAuthSession-struct"/>
48     <keyword type="function" name="SignonAuthSessionProcessCb ()" link="SignonAuthSession.html#SignonAuthSessionProcessCb" deprecated=""/>
49     <keyword type="function" name="SignonAuthSessionQueryAvailableMechanismsCb ()" link="SignonAuthSession.html#SignonAuthSessionQueryAvailableMechanismsCb"/>
50     <keyword type="enum" name="enum SignonSessionDataUiPolicy" link="SignonAuthSession.html#SignonSessionDataUiPolicy-enum"/>
51     <keyword type="function" name="signon_auth_session_cancel ()" link="SignonAuthSession.html#signon-auth-session-cancel"/>
52     <keyword type="function" name="signon_auth_session_get_method ()" link="SignonAuthSession.html#signon-auth-session-get-method"/>
53     <keyword type="function" name="signon_auth_session_new ()" link="SignonAuthSession.html#signon-auth-session-new"/>
54     <keyword type="function" name="signon_auth_session_process ()" link="SignonAuthSession.html#signon-auth-session-process" deprecated="1.8: Use signon_auth_session_process_async() instead."/>
55     <keyword type="function" name="signon_auth_session_process_async ()" link="SignonAuthSession.html#signon-auth-session-process-async" since="1.8"/>
56     <keyword type="function" name="signon_auth_session_process_finish ()" link="SignonAuthSession.html#signon-auth-session-process-finish" since="1.8"/>
57     <keyword type="function" name="signon_auth_session_query_available_mechanisms ()" link="SignonAuthSession.html#signon-auth-session-query-available-mechanisms"/>
58     <keyword type="property" name="The &quot;identity&quot; property" link="SignonAuthSession.html#SignonAuthSession--identity"/>
59     <keyword type="signal" name="The &quot;state-changed&quot; signal" link="SignonAuthSession.html#SignonAuthSession-state-changed"/>
60     <keyword type="enum" name="enum SignonError" link="SignonError.html#SignonError-enum"/>
61     <keyword type="struct" name="SignonIdentity" link="SignonIdentity.html#SignonIdentity-struct"/>
62     <keyword type="typedef" name="SignonIdentityFilter" link="SignonIdentity.html#SignonIdentityFilter"/>
63     <keyword type="typedef" name="SignonIdentityList" link="SignonIdentity.html#SignonIdentityList"/>
64     <keyword type="function" name="SignonIdentityInfoCb ()" link="SignonIdentity.html#SignonIdentityInfoCb"/>
65     <keyword type="typedef" name="SignonIdentityReferenceAddedCb" link="SignonIdentity.html#SignonIdentityReferenceAddedCb"/>
66     <keyword type="typedef" name="SignonIdentityReferenceRemovedCb" link="SignonIdentity.html#SignonIdentityReferenceRemovedCb"/>
67     <keyword type="typedef" name="SignonIdentityRemovedCb" link="SignonIdentity.html#SignonIdentityRemovedCb"/>
68     <keyword type="typedef" name="SignonIdentitySignedOutCb" link="SignonIdentity.html#SignonIdentitySignedOutCb"/>
69     <keyword type="function" name="SignonIdentityStoreCredentialsCb ()" link="SignonIdentity.html#SignonIdentityStoreCredentialsCb"/>
70     <keyword type="function" name="SignonIdentityVerifyCb ()" link="SignonIdentity.html#SignonIdentityVerifyCb"/>
71     <keyword type="function" name="SignonIdentityVoidCb ()" link="SignonIdentity.html#SignonIdentityVoidCb"/>
72     <keyword type="function" name="SignonIdentitySessionReadyCb ()" link="SignonIdentity.html#SignonIdentitySessionReadyCb"/>
73     <keyword type="function" name="signon_identity_add_reference ()" link="SignonIdentity.html#signon-identity-add-reference"/>
74     <keyword type="function" name="signon_identity_create_session ()" link="SignonIdentity.html#signon-identity-create-session"/>
75     <keyword type="function" name="signon_identity_get_last_error ()" link="SignonIdentity.html#signon-identity-get-last-error"/>
76     <keyword type="function" name="signon_identity_new ()" link="SignonIdentity.html#signon-identity-new"/>
77     <keyword type="function" name="signon_identity_new_from_db ()" link="SignonIdentity.html#signon-identity-new-from-db"/>
78     <keyword type="function" name="signon_identity_query_info ()" link="SignonIdentity.html#signon-identity-query-info"/>
79     <keyword type="function" name="signon_identity_remove ()" link="SignonIdentity.html#signon-identity-remove"/>
80     <keyword type="function" name="signon_identity_remove_reference ()" link="SignonIdentity.html#signon-identity-remove-reference"/>
81     <keyword type="function" name="signon_identity_signout ()" link="SignonIdentity.html#signon-identity-signout"/>
82     <keyword type="function" name="signon_identity_store_credentials_with_args ()" link="SignonIdentity.html#signon-identity-store-credentials-with-args"/>
83     <keyword type="function" name="signon_identity_store_credentials_with_info ()" link="SignonIdentity.html#signon-identity-store-credentials-with-info"/>
84     <keyword type="function" name="signon_identity_verify_secret ()" link="SignonIdentity.html#signon-identity-verify-secret"/>
85     <keyword type="function" name="signon_identity_get_auth_session ()" link="SignonIdentity.html#signon-identity-get-auth-session"/>
86     <keyword type="function" name="signon_identity_info_access_control_list_append ()" link="SignonIdentity.html#signon-identity-info-access-control-list-append"/>
87     <keyword type="function" name="signon_identity_info_get_owner ()" link="SignonIdentity.html#signon-identity-info-get-owner"/>
88     <keyword type="function" name="signon_identity_info_set_methods ()" link="SignonIdentity.html#signon-identity-info-set-methods"/>
89     <keyword type="function" name="signon_identity_info_set_owner ()" link="SignonIdentity.html#signon-identity-info-set-owner"/>
90     <keyword type="function" name="signon_identity_info_set_owner_from_values ()" link="SignonIdentity.html#signon-identity-info-set-owner-from-values"/>
91     <keyword type="property" name="The &quot;app-ctx&quot; property" link="SignonIdentity.html#SignonIdentity--app-ctx"/>
92     <keyword type="property" name="The &quot;id&quot; property" link="SignonIdentity.html#SignonIdentity--id"/>
93     <keyword type="signal" name="The &quot;signout&quot; signal" link="SignonIdentity.html#SignonIdentity-signout"/>
94     <keyword type="struct" name="SignonIdentityInfo" link="SignonIdentityInfo.html#SignonIdentityInfo-struct"/>
95     <keyword type="enum" name="enum SignonIdentityType" link="SignonIdentityInfo.html#SignonIdentityType-enum"/>
96     <keyword type="function" name="signon_identity_info_copy ()" link="SignonIdentityInfo.html#signon-identity-info-copy"/>
97     <keyword type="function" name="signon_identity_info_free ()" link="SignonIdentityInfo.html#signon-identity-info-free"/>
98     <keyword type="function" name="signon_identity_info_get_access_control_list ()" link="SignonIdentityInfo.html#signon-identity-info-get-access-control-list"/>
99     <keyword type="function" name="signon_identity_info_get_caption ()" link="SignonIdentityInfo.html#signon-identity-info-get-caption"/>
100     <keyword type="function" name="signon_identity_info_get_id ()" link="SignonIdentityInfo.html#signon-identity-info-get-id"/>
101     <keyword type="function" name="signon_identity_info_get_identity_type ()" link="SignonIdentityInfo.html#signon-identity-info-get-identity-type"/>
102     <keyword type="function" name="signon_identity_info_get_methods ()" link="SignonIdentityInfo.html#signon-identity-info-get-methods"/>
103     <keyword type="function" name="signon_identity_info_get_realms ()" link="SignonIdentityInfo.html#signon-identity-info-get-realms"/>
104     <keyword type="function" name="signon_identity_info_get_storing_secret ()" link="SignonIdentityInfo.html#signon-identity-info-get-storing-secret"/>
105     <keyword type="function" name="signon_identity_info_get_username ()" link="SignonIdentityInfo.html#signon-identity-info-get-username"/>
106     <keyword type="function" name="signon_identity_info_new ()" link="SignonIdentityInfo.html#signon-identity-info-new"/>
107     <keyword type="function" name="signon_identity_info_remove_method ()" link="SignonIdentityInfo.html#signon-identity-info-remove-method"/>
108     <keyword type="function" name="signon_identity_info_set_access_control_list ()" link="SignonIdentityInfo.html#signon-identity-info-set-access-control-list"/>
109     <keyword type="function" name="signon_identity_info_set_caption ()" link="SignonIdentityInfo.html#signon-identity-info-set-caption"/>
110     <keyword type="function" name="signon_identity_info_set_identity_type ()" link="SignonIdentityInfo.html#signon-identity-info-set-identity-type"/>
111     <keyword type="function" name="signon_identity_info_set_method ()" link="SignonIdentityInfo.html#signon-identity-info-set-method"/>
112     <keyword type="function" name="signon_identity_info_set_realms ()" link="SignonIdentityInfo.html#signon-identity-info-set-realms"/>
113     <keyword type="function" name="signon_identity_info_set_secret ()" link="SignonIdentityInfo.html#signon-identity-info-set-secret"/>
114     <keyword type="function" name="signon_identity_info_set_username ()" link="SignonIdentityInfo.html#signon-identity-info-set-username"/>
115     <keyword type="struct" name="struct SignonSecurityContext" link="SignonSecurityContext.html#SignonSecurityContext-struct"/>
116     <keyword type="typedef" name="SignonSecurityContextList" link="SignonSecurityContext.html#SignonSecurityContextList"/>
117     <keyword type="function" name="signon_security_context_new ()" link="SignonSecurityContext.html#signon-security-context-new"/>
118     <keyword type="function" name="signon_security_context_new_from_values ()" link="SignonSecurityContext.html#signon-security-context-new-from-values"/>
119     <keyword type="function" name="signon_security_context_copy ()" link="SignonSecurityContext.html#signon-security-context-copy"/>
120     <keyword type="function" name="signon_security_context_free ()" link="SignonSecurityContext.html#signon-security-context-free"/>
121     <keyword type="function" name="signon_security_context_set_system_context ()" link="SignonSecurityContext.html#signon-security-context-set-system-context"/>
122     <keyword type="function" name="signon_security_context_get_system_context ()" link="SignonSecurityContext.html#signon-security-context-get-system-context"/>
123     <keyword type="function" name="signon_security_context_set_application_context ()" link="SignonSecurityContext.html#signon-security-context-set-application-context"/>
124     <keyword type="function" name="signon_security_context_get_application_context ()" link="SignonSecurityContext.html#signon-security-context-get-application-context"/>
125     <keyword type="function" name="signon_security_context_build_variant ()" link="SignonSecurityContext.html#signon-security-context-build-variant"/>
126     <keyword type="function" name="signon_security_context_deconstruct_variant ()" link="SignonSecurityContext.html#signon-security-context-deconstruct-variant"/>
127     <keyword type="function" name="signon_security_context_list_build_variant ()" link="SignonSecurityContext.html#signon-security-context-list-build-variant"/>
128     <keyword type="function" name="signon_security_context_list_deconstruct_variant ()" link="SignonSecurityContext.html#signon-security-context-list-deconstruct-variant"/>
129     <keyword type="function" name="signon_security_context_list_copy ()" link="SignonSecurityContext.html#signon-security-context-list-copy"/>
130     <keyword type="function" name="signon_security_context_list_free ()" link="SignonSecurityContext.html#signon-security-context-list-free"/>
131     <keyword type="method" name="The registerNewIdentity() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.registerNewIdentity"/>
132     <keyword type="method" name="The getIdentity() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.getIdentity"/>
133     <keyword type="method" name="The queryMethods() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.queryMethods"/>
134     <keyword type="method" name="The queryMechanisms() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.queryMechanisms"/>
135     <keyword type="method" name="The queryIdentities() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.queryIdentities"/>
136     <keyword type="method" name="The clear() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.clear"/>
137     <keyword type="method" name="The backupStarts() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.backupStarts"/>
138     <keyword type="method" name="The backupFinished() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.backupFinished"/>
139     <keyword type="method" name="The restoreStarts() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.restoreStarts"/>
140     <keyword type="method" name="The restoreFinished() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthService.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthService.restoreFinished"/>
141     <keyword type="method" name="The queryAvailableMechanisms() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.queryAvailableMechanisms"/>
142     <keyword type="method" name="The process() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.process"/>
143     <keyword type="method" name="The cancel() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.cancel"/>
144     <keyword type="signal" name="The &quot;stateChanged&quot; signal" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.stateChanged"/>
145     <keyword type="signal" name="The &quot;unregistered&quot; signal" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.AuthSession.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-AuthSession.unregistered"/>
146     <keyword type="method" name="The requestCredentialsUpdate() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.requestCredentialsUpdate"/>
147     <keyword type="method" name="The getInfo() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.getInfo"/>
148     <keyword type="method" name="The getAuthSession() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.getAuthSession"/>
149     <keyword type="method" name="The verifyUser() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.verifyUser"/>
150     <keyword type="method" name="The verifySecret() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.verifySecret"/>
151     <keyword type="method" name="The remove() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.remove"/>
152     <keyword type="method" name="The signOut() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.signOut"/>
153     <keyword type="method" name="The store() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.store"/>
154     <keyword type="method" name="The addReference() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.addReference"/>
155     <keyword type="method" name="The removeReference() method" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-method-com-google-code-AccountsSSO-gSingleSignOn-Identity.removeReference"/>
156     <keyword type="signal" name="The &quot;unregistered&quot; signal" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-Identity.unregistered"/>
157     <keyword type="signal" name="The &quot;infoUpdated&quot; signal" link="gdbus-com.google.code.AccountsSSO.gSingleSignOn.Identity.html#gdbus-signal-com-google-code-AccountsSSO-gSingleSignOn-Identity.infoUpdated"/>
158     <keyword type="constant" name="SIGNON_POLICY_DEFAULT" link="SignonAuthSession.html#SIGNON-POLICY-DEFAULT:CAPS"/>
159     <keyword type="constant" name="SIGNON_POLICY_REQUEST_PASSWORD" link="SignonAuthSession.html#SIGNON-POLICY-REQUEST-PASSWORD:CAPS"/>
160     <keyword type="constant" name="SIGNON_POLICY_NO_USER_INTERACTION" link="SignonAuthSession.html#SIGNON-POLICY-NO-USER-INTERACTION:CAPS"/>
161     <keyword type="constant" name="SIGNON_POLICY_VALIDATION" link="SignonAuthSession.html#SIGNON-POLICY-VALIDATION:CAPS"/>
162     <keyword type="constant" name="SIGNON_ERROR_UNKNOWN" link="SignonError.html#SIGNON-ERROR-UNKNOWN:CAPS"/>
163     <keyword type="constant" name="SIGNON_ERROR_INTERNAL_SERVER" link="SignonError.html#SIGNON-ERROR-INTERNAL-SERVER:CAPS"/>
164     <keyword type="constant" name="SIGNON_ERROR_INTERNAL_COMMUNICATION" link="SignonError.html#SIGNON-ERROR-INTERNAL-COMMUNICATION:CAPS"/>
165     <keyword type="constant" name="SIGNON_ERROR_PERMISSION_DENIED" link="SignonError.html#SIGNON-ERROR-PERMISSION-DENIED:CAPS"/>
166     <keyword type="constant" name="SIGNON_ERROR_METHOD_NOT_KNOWN" link="SignonError.html#SIGNON-ERROR-METHOD-NOT-KNOWN:CAPS"/>
167     <keyword type="constant" name="SIGNON_ERROR_SERVICE_NOT_AVAILABLE" link="SignonError.html#SIGNON-ERROR-SERVICE-NOT-AVAILABLE:CAPS"/>
168     <keyword type="constant" name="SIGNON_ERROR_INVALID_QUERY" link="SignonError.html#SIGNON-ERROR-INVALID-QUERY:CAPS"/>
169     <keyword type="constant" name="SIGNON_ERROR_METHOD_NOT_AVAILABLE" link="SignonError.html#SIGNON-ERROR-METHOD-NOT-AVAILABLE:CAPS"/>
170     <keyword type="constant" name="SIGNON_ERROR_IDENTITY_NOT_FOUND" link="SignonError.html#SIGNON-ERROR-IDENTITY-NOT-FOUND:CAPS"/>
171     <keyword type="constant" name="SIGNON_ERROR_STORE_FAILED" link="SignonError.html#SIGNON-ERROR-STORE-FAILED:CAPS"/>
172     <keyword type="constant" name="SIGNON_ERROR_REMOVE_FAILED" link="SignonError.html#SIGNON-ERROR-REMOVE-FAILED:CAPS"/>
173     <keyword type="constant" name="SIGNON_ERROR_SIGNOUT_FAILED" link="SignonError.html#SIGNON-ERROR-SIGNOUT-FAILED:CAPS"/>
174     <keyword type="constant" name="SIGNON_ERROR_IDENTITY_OPERATION_CANCELED" link="SignonError.html#SIGNON-ERROR-IDENTITY-OPERATION-CANCELED:CAPS"/>
175     <keyword type="constant" name="SIGNON_ERROR_CREDENTIALS_NOT_AVAILABLE" link="SignonError.html#SIGNON-ERROR-CREDENTIALS-NOT-AVAILABLE:CAPS"/>
176     <keyword type="constant" name="SIGNON_ERROR_REFERENCE_NOT_FOUND" link="SignonError.html#SIGNON-ERROR-REFERENCE-NOT-FOUND:CAPS"/>
177     <keyword type="constant" name="SIGNON_ERROR_MECHANISM_NOT_AVAILABLE" link="SignonError.html#SIGNON-ERROR-MECHANISM-NOT-AVAILABLE:CAPS"/>
178     <keyword type="constant" name="SIGNON_ERROR_MISSING_DATA" link="SignonError.html#SIGNON-ERROR-MISSING-DATA:CAPS"/>
179     <keyword type="constant" name="SIGNON_ERROR_INVALID_CREDENTIALS" link="SignonError.html#SIGNON-ERROR-INVALID-CREDENTIALS:CAPS"/>
180     <keyword type="constant" name="SIGNON_ERROR_NOT_AUTHORIZED" link="SignonError.html#SIGNON-ERROR-NOT-AUTHORIZED:CAPS"/>
181     <keyword type="constant" name="SIGNON_ERROR_WRONG_STATE" link="SignonError.html#SIGNON-ERROR-WRONG-STATE:CAPS"/>
182     <keyword type="constant" name="SIGNON_ERROR_OPERATION_NOT_SUPPORTED" link="SignonError.html#SIGNON-ERROR-OPERATION-NOT-SUPPORTED:CAPS"/>
183     <keyword type="constant" name="SIGNON_ERROR_NO_CONNECTION" link="SignonError.html#SIGNON-ERROR-NO-CONNECTION:CAPS"/>
184     <keyword type="constant" name="SIGNON_ERROR_NETWORK" link="SignonError.html#SIGNON-ERROR-NETWORK:CAPS"/>
185     <keyword type="constant" name="SIGNON_ERROR_SSL" link="SignonError.html#SIGNON-ERROR-SSL:CAPS"/>
186     <keyword type="constant" name="SIGNON_ERROR_RUNTIME" link="SignonError.html#SIGNON-ERROR-RUNTIME:CAPS"/>
187     <keyword type="constant" name="SIGNON_ERROR_SESSION_CANCELED" link="SignonError.html#SIGNON-ERROR-SESSION-CANCELED:CAPS"/>
188     <keyword type="constant" name="SIGNON_ERROR_TIMED_OUT" link="SignonError.html#SIGNON-ERROR-TIMED-OUT:CAPS"/>
189     <keyword type="constant" name="SIGNON_ERROR_USER_INTERACTION" link="SignonError.html#SIGNON-ERROR-USER-INTERACTION:CAPS"/>
190     <keyword type="constant" name="SIGNON_ERROR_OPERATION_FAILED" link="SignonError.html#SIGNON-ERROR-OPERATION-FAILED:CAPS"/>
191     <keyword type="constant" name="SIGNON_ERROR_ENCRYPTION_FAILED" link="SignonError.html#SIGNON-ERROR-ENCRYPTION-FAILED:CAPS"/>
192     <keyword type="constant" name="SIGNON_ERROR_TOS_NOT_ACCEPTED" link="SignonError.html#SIGNON-ERROR-TOS-NOT-ACCEPTED:CAPS"/>
193     <keyword type="constant" name="SIGNON_ERROR_FORGOT_PASSWORD" link="SignonError.html#SIGNON-ERROR-FORGOT-PASSWORD:CAPS"/>
194     <keyword type="constant" name="SIGNON_ERROR_METHOD_OR_MECHANISM_NOT_ALLOWED" link="SignonError.html#SIGNON-ERROR-METHOD-OR-MECHANISM-NOT-ALLOWED:CAPS"/>
195     <keyword type="constant" name="SIGNON_ERROR_INCORRECT_DATE" link="SignonError.html#SIGNON-ERROR-INCORRECT-DATE:CAPS"/>
196     <keyword type="constant" name="SIGNON_ERROR_USER_ERROR" link="SignonError.html#SIGNON-ERROR-USER-ERROR:CAPS"/>
197     <keyword type="constant" name="SIGNON_IDENTITY_TYPE_OTHER" link="SignonIdentityInfo.html#SIGNON-IDENTITY-TYPE-OTHER:CAPS"/>
198     <keyword type="constant" name="SIGNON_IDENTITY_TYPE_APP" link="SignonIdentityInfo.html#SIGNON-IDENTITY-TYPE-APP:CAPS"/>
199     <keyword type="constant" name="SIGNON_IDENTITY_TYPE_WEB" link="SignonIdentityInfo.html#SIGNON-IDENTITY-TYPE-WEB:CAPS"/>
200     <keyword type="constant" name="SIGNON_IDENTITY_TYPE_NETWORK" link="SignonIdentityInfo.html#SIGNON-IDENTITY-TYPE-NETWORK:CAPS"/>
201   </functions>
202 </book>