Searched defs:authentication (Results 1 - 9 of 9) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/authentication/
H A DAuthenticationService.java41 package com.sun.enterprise.connectors.authentication;
H A DBasicPasswordAuthenticationService.java41 package com.sun.enterprise.connectors.authentication;
H A DConnectorSecurityMap.java41 package com.sun.enterprise.connectors.authentication;
H A DEisBackendPrincipal.java41 package com.sun.enterprise.connectors.authentication;
H A DRuntimeSecurityMap.java41 package com.sun.enterprise.connectors.authentication;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DAuditor.java80 * Notify auditor of an authentication event.
83 * it was approved or denied by the authentication infrastructure.
85 * @param user the user for whom authentication was processed
86 * @param realm the realm which handled the authentication
87 * @param success true if the authentication succeeded, false if denied
89 public void authentication(String user, String realm, boolean success); method in interface:Auditor
/glassfish-3.1.2/security/core/src/main/java/com/sun/appserv/security/
H A DAuditModule.java71 * Invoked post authentication request for a user in a given realm
72 * @param user username for whom the authentication request was made
74 * @param success the status of the authentication
76 public void authentication(String user, String realm, boolean success) { method in class:AuditModule
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/
H A DAudit.java119 * Invoked post authentication request for a user in a given realm
120 * @param user username for whom the authentication request was made
122 * @param success the status of the authentication
124 public void authentication(String user, String realm, boolean success) { method in class:Audit
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/audit/
H A DAuditManager.java256 * logs the authentication call for all the loaded modules.
257 * @see com.sun.appserv.security.AuditModule.authentication
259 public void authentication(String user, String realm, boolean success){ method in class:AuditManager
267 am.authentication(user, realm, success);
271 _localStrings.getLocalString("auditmgr.authentication",
272 " Audit Module {0} threw the followin exception during authentication:",

Completed in 72 milliseconds