1 2 3 4 5
|
<%@attribute name="user" rtexprvalue="true" type="elibrary.user.EduUser" required="true" description="User that makes the Request"%>
<%@attribute name="what" rtexprvalue="true" type="String" required="true" description="What resource is protected ; values are idSchool, idAccount, idClasse, or idCourse"%>
<%@attribute name="which" rtexprvalue="true" type="Integer" required="true" description="Which resource is protected ; This is the id of the resource"%>
<%@attribute name="how" rtexprvalue="true" type="robusta.rest.AuthenticationMode" required="true" description="What security protocol : ARMY, LAZY, LAZY-INIT"%> |
Partager