Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Review Android authentication guide #283

Merged
merged 2 commits into from
Apr 1, 2014
Merged

Review Android authentication guide #283

merged 2 commits into from
Apr 1, 2014

Conversation

danielpassos
Copy link
Collaborator

No description provided.

@@ -17,92 +17,105 @@ This guide will go in depth on these two topics; however, we will also discuss b
* Registering a new user
* Logging out of a service

== The Authentication API
=== API overview

Interaction with Authentication services is mediated using classes which implement the link:/docs/specs/aerogear-android/org/jboss/aerogear/android/authentication/AuthenticationModule.html[*AuthenticationModule*] interface, register themselves with the link:/docs/specs/aerogear-android/org/jboss/aerogear/android/authentication/impl/Authenticator.html[*Authenticator*] factory class, and apply themselves to a link:/docs/specs/aerogear-android/org/jboss/aerogear/android/pipeline/Pipe.html[*Pipe*] using link:/docs/specs/aerogear-android/org/jboss/aerogear/android/impl/pipeline/PipeConfig.html[*PipeConfig*].

link:/docs/specs/aerogear-android/org/jboss/aerogear/android/authentication/AuthenticationModule.html[*AuthenticationModule*] wraps up URL fields for enrolling, logging in, and logging out and defines the methods which call these URLs. Once a login has been succesfully completed, it also provides an link:/docs/specs/aerogear-android/org/jboss/aerogear/android/authentication/AuthorizationFields.html[*AuthorizationFields*] object which encapuslates the necessary parameteres for applying authorization to a request via a link:/docs/specs/aerogear-android/org/jboss/aerogear/android/pipeline/Pipe.html[*Pipe*].
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

small typos:

s/parameteres/parameters
s/succesfully/successfully
s/encapuslates/encapsulates

@cvasilak
Copy link
Contributor

nice guide @danielpassos 👍

@danielpassos
Copy link
Collaborator Author

@cvasilak Updated. Thanks for the awesome review

@cvasilak
Copy link
Contributor

👍

@danielpassos danielpassos merged commit 52ee9a5 into aerogear:master Apr 1, 2014
@danielpassos danielpassos deleted the agdroid_auth_doc_review branch April 1, 2014 14:11
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants