MCPcopy Create free account
hub / github.com/apache/tomcat / setRealm

Method setRealm

java/org/apache/catalina/Container.java:261–261  ·  view source on GitHub ↗

Set the Realm with which this Container is associated. @param realm The newly associated Realm

(Realm realm)

Source from the content-addressed store, hash-verified

259 * @param realm The newly associated Realm
260 */
261 void setRealm(Realm realm);
262
263
264 /**

Callers 15

addRealmToParentMethod · 0.95
removeRealmMethod · 0.95
testRealmMethod · 0.65
testMemoryLoginModuleMethod · 0.65
testRealmWithLockoutMethod · 0.65
testBug50015Method · 0.65
doTestMethod · 0.65
doTestRoleMappingMethod · 0.65
doTestMethod · 0.65
FormAuthClientMethod · 0.65

Implementers 1

ContainerBasejava/org/apache/catalina/core/Containe

Calls

no outgoing calls

Tested by 15

testRealmMethod · 0.52
testMemoryLoginModuleMethod · 0.52
testRealmWithLockoutMethod · 0.52
testBug50015Method · 0.52
doTestMethod · 0.52
doTestRoleMappingMethod · 0.52
doTestMethod · 0.52
FormAuthClientMethod · 0.52
setUpMethod · 0.52