org.apache.geronimo.security.jacc
Interface RunAsSource

All Known Implementing Classes:
ApplicationPolicyConfigurationManager

public interface RunAsSource


Field Summary
static RunAsSource NULL
           
 
Method Summary
 Subject getDefaultSubject()
           
 Subject getSubjectForRole(String role)
           
 

Field Detail

NULL

static final RunAsSource NULL
Method Detail

getDefaultSubject

Subject getDefaultSubject()

getSubjectForRole

Subject getSubjectForRole(String role)


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