org.jboss.security.auth.login
Class PolicyConfig

java.lang.Object
  extended by org.jboss.security.auth.login.PolicyConfig

public class PolicyConfig
extends Object

The root object for the login-config.xml descriptor as defined by the security-config_4_0.xsd.

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

Constructor Summary
PolicyConfig()
           
 
Method Summary
 void add(AuthenticationInfo authInfo)
           
 void clear()
           
 boolean containsKey(String name)
           
 void copy(PolicyConfig pc)
           
 AuthenticationInfo get(String name)
           
 Set getConfigNames()
           
 AuthenticationInfo remove(String name)
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyConfig

public PolicyConfig()
Method Detail

add

public void add(AuthenticationInfo authInfo)

get

public AuthenticationInfo get(String name)

remove

public AuthenticationInfo remove(String name)

clear

public void clear()

getConfigNames

public Set getConfigNames()

size

public int size()

containsKey

public boolean containsKey(String name)

copy

public void copy(PolicyConfig pc)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.