info.informatica.security.auth
Class ProtectionRealm

java.lang.Object
  extended by info.informatica.security.auth.ProtectionRealm

public class ProtectionRealm
extends Object

Author:
amengual at informatica dot info

Constructor Summary
ProtectionRealm(String name)
           
 
Method Summary
 void addRealmSpec(RealmSpec realmSpecification)
           
 void addRole(Role role)
           
 Set<Role> getAllowedRoles()
           
 String getRealmName()
           
 boolean isProtected(String path)
           
 boolean isRoleAllowed(Role role)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProtectionRealm

public ProtectionRealm(String name)
Method Detail

getRealmName

public String getRealmName()

isProtected

public boolean isProtected(String path)

getAllowedRoles

public Set<Role> getAllowedRoles()

addRealmSpec

public void addRealmSpec(RealmSpec realmSpecification)

addRole

public void addRole(Role role)

isRoleAllowed

public boolean isRoleAllowed(Role role)