public class TomEERealm
extends org.apache.catalina.realm.CombinedRealm
allRolesMode, container, containerLog, digest, digestEncoding, info, md, md5Encoder, md5Helper, realmPath, sm, stripRealmForGss, support, validate, x509UsernameRetriever, x509UsernameRetrieverClassNameAFTER_DESTROY_EVENT, AFTER_INIT_EVENT, AFTER_START_EVENT, AFTER_STOP_EVENT, BEFORE_DESTROY_EVENT, BEFORE_INIT_EVENT, BEFORE_START_EVENT, BEFORE_STOP_EVENT, CONFIGURE_START_EVENT, CONFIGURE_STOP_EVENT, PERIODIC_EVENT, START_EVENT, STOP_EVENT| Constructor and Description |
|---|
TomEERealm() |
| Modifier and Type | Method and Description |
|---|---|
Principal |
authenticate(GSSContext gssContext,
boolean storeCreds) |
Principal |
authenticate(String username,
String password) |
Principal |
authenticate(String username,
String clientDigest,
String nonce,
String nc,
String cnonce,
String qop,
String realmName,
String md5a2) |
Principal |
authenticate(X509Certificate[] certs) |
void |
enter(org.apache.catalina.connector.Request request) |
void |
exit() |
String |
getInfo() |
boolean |
hasRole(org.apache.catalina.Wrapper wrapper,
Principal principal,
String rawRole) |
addRealm, destroyInternal, getName, getPassword, getPrincipal, getRealms, setContainer, startInternal, stopInternaladdPropertyChangeListener, backgroundProcess, compareCredentials, digest, Digest, findSecurityConstraints, getAllRolesMode, getContainer, getDigest, getDigest, getDigestCharset, getDigestEncoding, getDomainInternal, getObjectNameKeyProperties, getPrincipal, getPrincipal, getRealmPath, getRealmSuffix, getServer, getValidate, getX509UsernameRetrieverClassName, hasMessageDigest, hasResourcePermission, hasUserDataPermission, initInternal, isStripRealmForGss, main, removePropertyChangeListener, setAllRolesMode, setDigest, setDigestEncoding, setRealmPath, setStripRealmForGss, setValidate, setX509UsernameRetrieverClassName, toStringgetDomain, getObjectName, postDeregister, postRegister, preDeregister, preRegister, register, setDomain, unregisterpublic String getInfo()
getInfo in interface org.apache.catalina.RealmgetInfo in class org.apache.catalina.realm.RealmBasepublic Principal authenticate(String username, String password)
authenticate in interface org.apache.catalina.Realmauthenticate in class org.apache.catalina.realm.CombinedRealmpublic Principal authenticate(X509Certificate[] certs)
authenticate in interface org.apache.catalina.Realmauthenticate in class org.apache.catalina.realm.CombinedRealmpublic Principal authenticate(String username, String clientDigest, String nonce, String nc, String cnonce, String qop, String realmName, String md5a2)
authenticate in interface org.apache.catalina.Realmauthenticate in class org.apache.catalina.realm.CombinedRealmpublic Principal authenticate(GSSContext gssContext, boolean storeCreds)
authenticate in interface org.apache.catalina.Realmauthenticate in class org.apache.catalina.realm.CombinedRealmpublic boolean hasRole(org.apache.catalina.Wrapper wrapper,
Principal principal,
String rawRole)
hasRole in interface org.apache.catalina.RealmhasRole in class org.apache.catalina.realm.RealmBasepublic void enter(org.apache.catalina.connector.Request request)
public void exit()
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.