Uses of Class
fedora.server.security.servletfilters.xmluserfile.Attribute

Packages that use Attribute
fedora.server.security.servletfilters.xmluserfile   
 

Uses of Attribute in fedora.server.security.servletfilters.xmluserfile
 

Methods in fedora.server.security.servletfilters.xmluserfile that return types with arguments of type Attribute
 java.util.List<Attribute> User.getAttributes()
           
 

Methods in fedora.server.security.servletfilters.xmluserfile with parameters of type Attribute
 void User.addAttribute(Attribute attribute)