You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Adam Heath (JIRA)" <ji...@apache.org> on 2015/04/22 17:26:00 UTC

[jira] [Commented] (OFBIZ-6280) SecurityFactory implements methods that have been deprecated

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

Adam Heath commented on OFBIZ-6280:
-----------------------------------

  [javac17] /srv/ofbiz/apache-git/framework/security/src/org/ofbiz/security/SecurityFactory.java:264: warning: [deprecation] securityGroupPermissionExists(String,String) in Security has been deprecated
  [javac17]         public boolean securityGroupPermissionExists(String groupId, String permission) {
  [javac17]                        ^
  [javac17] /srv/ofbiz/apache-git/framework/security/src/org/ofbiz/security/SecurityFactory.java:105: warning: [deprecation] findUserLoginSecurityGroupByUserLoginId(String) in Security has been deprecated
  [javac17]         public Iterator<GenericValue> findUserLoginSecurityGroupByUserLoginId(String userLoginId) {
  [javac17]                                       ^
  [javac17] /srv/ofbiz/apache-git/framework/security/src/org/ofbiz/security/SecurityFactory.java:274: warning: [deprecation] setDelegator(Delegator) in Security has been deprecated
  [javac17]         public void setDelegator(Delegator delegator) {
  [javac17]                     ^
  [javac17] /srv/ofbiz/apache-git/framework/security/src/org/ofbiz/security/SecurityFactory.java:116: warning: [deprecation] getDelegator() in Security has been deprecated
  [javac17]         public Delegator getDelegator() {
  [javac17]                          ^


> SecurityFactory implements methods that have been deprecated
> ------------------------------------------------------------
>
>                 Key: OFBIZ-6280
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-6280
>             Project: OFBiz
>          Issue Type: Sub-task
>          Components: framework
>            Reporter: Adam Heath
>            Assignee: Adam Heath
>
> This class implements Security, which has methods that have been deprecated.  As such, it gets deprecation warnings when implementing those methods.



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