Ignore:
Timestamp:
02/24/15 18:53:22 (9 years ago)
Author:
olhsha@mpi.nl
Message:

Revising javadoc is completed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • DASISH/t5.6/backend/annotator-backend/trunk/annotator-backend/src/main/java/eu/dasish/annotation/backend/rest/AutheticationResource.java

    r6038 r6044  
    3535
    3636/**
    37  * REST class for GETting a logged in principal, log-in and log-out;
    38  * Every REST method in the case of successful completion of its action outputs the declared output type
     37 * A REST class for GETting a logged in principal, log-in and log-out.
     38 * Every REST method in the case of successful completion produces the object of the declared output type
    3939 * (a JAXB-element or a message string) or sends a HTTP-error with the corresponding diagnostics otherwise.
    4040 * @author olhsha
     
    4747    /**
    4848     *
    49      * @return the {@link Principal} object representing the current logged-on principal.
    50      * @throws IOException if sending the error fails.
     49     * @return the {@link Principal} object representing the current logged-in principal.
     50     * @throws IOException if sending an error fails.
    5151     */
    5252    @GET
     
    8484    /**
    8585     *
    86      * @throws IOException if sending redirect fails.
     86     * @throws IOException if sending the redirect to logout page fails.
    8787     */
    8888    @GET
Note: See TracChangeset for help on using the changeset viewer.