[jira] [Commented] (SYNCOPE-608) Cannot configure audit for AuthenticationController

2014-11-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220670#comment-14220670
 ] 

ASF subversion and git services commented on SYNCOPE-608:
-

Commit 577f98e498a21fcaa355b65754ce5428d5e3db21 in syncope's branch 
refs/heads/master from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=577f98e ]

[SYNCOPE-608] Add authentication event to LoggerController


> Cannot configure audit for AuthenticationController
> ---
>
> Key: SYNCOPE-608
> URL: https://issues.apache.org/jira/browse/SYNCOPE-608
> Project: Syncope
>  Issue Type: Bug
>  Components: console
>Affects Versions: 1.2.0
>Reporter: Francesco Chicchiriccò
>Assignee: Marco Di Sabatino Di Diodoro
> Fix For: 1.2.2, 1.3.0
>
>
> The admin console does not allow to configure audit for Authentication 
> controller, required for auditing login success / failure.
> This is possible via REST call, of course:
> {code}
> String name = 
> "[REST]:[AuthenticationController]:[]:[login]:[SUCCESS]";
> LoggerTO loggerTO = new LoggerTO();
> loggerTO.setName(name);
> loggerTO.setLevel(LoggerLevel.DEBUG);
> getService(LoggerService.class).update(LoggerType.AUDIT, name, 
> loggerTO);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (SYNCOPE-608) Cannot configure audit for AuthenticationController

2014-11-21 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/SYNCOPE-608?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14220667#comment-14220667
 ] 

ASF subversion and git services commented on SYNCOPE-608:
-

Commit 577f98e498a21fcaa355b65754ce5428d5e3db21 in syncope's branch 
refs/heads/1_2_X from [~mdisabatino]
[ https://git-wip-us.apache.org/repos/asf?p=syncope.git;h=577f98e ]

[SYNCOPE-608] Add authentication event to LoggerController


> Cannot configure audit for AuthenticationController
> ---
>
> Key: SYNCOPE-608
> URL: https://issues.apache.org/jira/browse/SYNCOPE-608
> Project: Syncope
>  Issue Type: Bug
>  Components: console
>Affects Versions: 1.2.0
>Reporter: Francesco Chicchiriccò
>Assignee: Marco Di Sabatino Di Diodoro
> Fix For: 1.2.2, 1.3.0
>
>
> The admin console does not allow to configure audit for Authentication 
> controller, required for auditing login success / failure.
> This is possible via REST call, of course:
> {code}
> String name = 
> "[REST]:[AuthenticationController]:[]:[login]:[SUCCESS]";
> LoggerTO loggerTO = new LoggerTO();
> loggerTO.setName(name);
> loggerTO.setLevel(LoggerLevel.DEBUG);
> getService(LoggerService.class).update(LoggerType.AUDIT, name, 
> loggerTO);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)