org.jboss.security.auth.spi
Class Users

java.lang.Object
  extended by org.jboss.security.auth.spi.Users

public class Users
extends Object

The XMLLoginModule users/roles object representation.

Version:
$Revision: 86122 $
Author:
Scott.Stark@jboss.org

Nested Class Summary
static class Users.User
           
 
Constructor Summary
Users()
           
 
Method Summary
 void addUser(Users.User user)
           
 Users.User getUser(String name)
           
 Iterator<Users.User> getUsers()
           
 int size()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Users

public Users()
Method Detail

addUser

public void addUser(Users.User user)

getUsers

public Iterator<Users.User> getUsers()

getUser

public Users.User getUser(String name)

size

public int size()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss Inc.. All Rights Reserved.