Skip to content

Commit

Permalink
minor #5767 [Cookbook][Security] clarify description of the getPositi…
Browse files Browse the repository at this point in the history
…on() method (xabbuh)

This PR was merged into the 2.3 branch.

Discussion
----------

[Cookbook][Security] clarify description of the getPosition() method

| Q             | A
| ------------- | ---
| Doc fix?      | yes
| New docs?     | no
| Applies to    | all
| Fixed tickets |

Commits
-------

74771b7 clarify description of the getPosition() method
  • Loading branch information
weaverryan committed Nov 5, 2015
2 parents e34a39b + 74771b7 commit 778efb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/security/custom_authentication_provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ requires the following methods:
to the DI container for the appropriate security context.

``getPosition``
Method which must be of type ``pre_auth``, ``form``, ``http``,
and ``remember_me`` and defines the position at which the provider is called.
Method which defines the position at which the provider is called. The
returned value must be one of ``pre_auth``, ``form``, ``http`` or ``remember_me``.

``getKey``
Method which defines the configuration key used to reference
Expand Down

0 comments on commit 778efb0

Please sign in to comment.