org.opennms.acl.factory
Class AuthorityFactoryImpl

java.lang.Object
  extended by org.opennms.acl.factory.AuthorityFactoryImpl
All Implemented Interfaces:
AutorityFactory, org.springframework.beans.factory.InitializingBean

@Service(value="authorityFactory")
public class AuthorityFactoryImpl
extends Object
implements AutorityFactory, org.springframework.beans.factory.InitializingBean

AuthorityFactoryImpl class.

Since:
jdk 1.5.0
Version:
$Id: $
Author:
Massimiliano Dessì (desmax74@yahoo.it)

Constructor Summary
AuthorityFactoryImpl()
           
 
Method Summary
 void afterPropertiesSet()
          afterPropertiesSet
 Authority getAuthority(Integer id)
          getAuthority
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorityFactoryImpl

public AuthorityFactoryImpl()
Method Detail

getAuthority

public Authority getAuthority(Integer id)

getAuthority

Specified by:
getAuthority in interface AutorityFactory
Parameters:
id - a Integer object.
Returns:
a Authority object.

afterPropertiesSet

public void afterPropertiesSet()
                        throws Exception

afterPropertiesSet

Specified by:
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
Throws:
Exception - if any.


Copyright © 2011. All Rights Reserved.