org.apache.geronimo.security.jacc
Interface PrincipalRoleMapper

All Superinterfaces:
RunAsSource
All Known Implementing Classes:
ApplicationPrincipalRoleConfigurationManager

public interface PrincipalRoleMapper
extends RunAsSource


Field Summary
 
Fields inherited from interface org.apache.geronimo.security.jacc.RunAsSource
NULL
 
Method Summary
 void install(Set<String> contextIds)
           
 void uninstall(Set<String> contextIds)
           
 
Methods inherited from interface org.apache.geronimo.security.jacc.RunAsSource
getDefaultSubject, getSubjectForRole
 

Method Detail

install

void install(Set<String> contextIds)
             throws javax.security.jacc.PolicyContextException
Throws:
javax.security.jacc.PolicyContextException

uninstall

void uninstall(Set<String> contextIds)
               throws javax.security.jacc.PolicyContextException
Throws:
javax.security.jacc.PolicyContextException


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.