/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/realm/ |
H A D | JAASCallbackHandler.java | 59 package org.apache.catalina.realm; 85 * @param realm Our associated JAASRealm instance 89 public JAASCallbackHandler(JAASRealm realm, String username, argument 93 this.realm = realm; 112 protected JAASRealm realm = null; field in class:JAASCallbackHandler 141 if (realm.getDebug() >= 3) 142 realm.log("Returning username " + username);
|
H A D | GenericPrincipal.java | 59 package org.apache.catalina.realm; 87 * @param realm The Realm that owns this Principal 91 public GenericPrincipal(Realm realm, String name, char[] password) { argument 93 this(realm, name, password, null); 103 * @param realm The Realm that owns this principal 108 public GenericPrincipal(Realm realm, String name, char[] password, argument 112 this.realm = realm; 164 protected Realm realm = null; field in class:GenericPrincipal 167 return (this.realm); [all...] |
H A D | Constants.java | 59 package org.apache.catalina.realm; 72 public static final String Package = "org.apache.catalina.realm";
|
/glassfish-3.1.2/security/core/src/main/java/com/iplanet/ias/security/auth/realm/ |
H A D | IASRealm.java | 41 package com.iplanet.ias.security.auth.realm;
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/ |
H A D | IASRealm.java | 41 package com.sun.enterprise.security.auth.realm;
|
H A D | BadRealmException.java | 41 package com.sun.enterprise.security.auth.realm; 56 * @param info describes the problem with the realm
|
H A D | BadUserException.java | 41 package com.sun.enterprise.security.auth.realm; 46 * This is a special case of a realm data structure being corrupted.
|
H A D | DigestRealm.java | 41 package com.sun.enterprise.security.auth.realm;
|
H A D | GroupNotEmptyException.java | 41 package com.sun.enterprise.security.auth.realm;
|
H A D | InvalidOperationException.java | 41 package com.sun.enterprise.security.auth.realm; 45 * Exception thrown when an operation is invoked on a realm that does not 47 * e.g. Invoking getGroups (username) is not supported by a certificate realm. 55 * @param info describes the problem with the realm
|
H A D | NoSuchRealmException.java | 41 package com.sun.enterprise.security.auth.realm; 45 * Exception thrown when an operation is requested on a realm which 55 * @param info describes the realm which does not exist
|
H A D | NoSuchUserException.java | 41 package com.sun.enterprise.security.auth.realm;
|
H A D | RealmsProbeProvider.java | 41 package com.sun.enterprise.security.auth.realm; 50 @ProbeProvider(moduleProviderName="glassfish",moduleName="security",probeProviderName="realm")
|
H A D | AuthenticationHandler.java | 41 package com.sun.enterprise.security.auth.realm; 48 * Principal authenticated by the realm. A realm provides an
|
H A D | RealmConfig.java | 41 package com.sun.enterprise.security.auth.realm; 66 String goodRealm = null; // need at least one good realm 84 logger.fine("Configured realm: " + realmName); 115 logger.fine("Default realm is set to: " + defaultRealm);
|
H A D | RealmStatsProvider.java | 41 package com.sun.enterprise.security.auth.realm; 54 @AMXMetadata(type="security-realm-mon", group="monitoring", isSingleton=false) 63 realmCount = new CountStatisticImpl("RealmCount", "realm","No of Realms"); 72 @ProbeListener("glassfish:security:realm:realmAddedEvent") 77 @ProbeListener("glassfish:security:realm:realmRemovedEvent")
|
H A D | User.java | 41 package com.sun.enterprise.security.auth.realm; 67 * Returns the realm with which this user is associated.
|
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/ |
H A D | Auditor.java | 86 * @param realm the realm which handled the authentication 89 public void authentication(String user, String realm, boolean success); argument
|
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/auth/realm/file/ |
H A D | FileRealmUser.java | 41 package com.sun.enterprise.security.auth.realm.file; 45 import com.sun.enterprise.security.auth.realm.NoSuchRealmException; 46 import com.sun.enterprise.security.auth.realm.Realm; 47 import com.sun.enterprise.security.auth.realm.User; 60 String realm; field in class:FileRealmUser 65 public FileRealmUser(FileRealmHelper.User user, String realm) argument 68 this.realm = realm; 76 * Returns the realm with which this user is associated 79 * @exception NoSuchRealmException if the realm associate [all...] |
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/ |
H A D | AdminAccessController.java | 79 /** Authenticates the admin user by delegating to the underlying realm. The implementing classes 81 * the realm infrastructure is available in both the configuration and runtime of the server. 86 * @param realm String representing the name of the admin realm for given server 92 String realm, String originHost) throws LoginException; 94 /** Authenticates the admin user by delegating to the underlying realm. The implementing classes 96 * the realm infrastructure is available in both the configuration and runtime of the server. 108 * @param realm String representing the name of the admin realm for given server 115 AdminAccessController.Access loginAsAdmin(String user, String password, String realm, argument 91 loginAsAdmin(String user, String password, String realm, String originHost) argument [all...] |
/glassfish-3.1.2/security/webintegration/src/main/java/com/sun/web/security/ |
H A D | WebProgrammaticLoginImpl.java | 106 * @param realm the realm name to be authenticated to. If the realm is null, 107 * authentication takes place in default realm 113 public Boolean login(String user, char[] password, String realm, argument 125 LoginContextDriver.login(user, password, realm);
|
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/ |
H A D | FileRealmPropertyCheckValidator.java | 56 "com.sun.enterprise.security.auth.realm.file.FileRealm"; 61 public boolean isValid(final AuthRealm realm, argument 64 if (realm.getClassname().equals(FILE_REALM)) { 65 Property jaas_context = realm.getProperty("jaas-context"); 66 Property file = realm.getProperty("file");
|
H A D | JDBCRealmPropertyCheckValidator.java | 58 "com.sun.enterprise.security.auth.realm.jdbc.JDBCRealm"; 64 public boolean isValid(final AuthRealm realm, argument 67 if (realm.getClassname().equals(JDBC_REALM)) { 68 Property jaas_context = realm.getProperty("jaas-context"); 69 Property ds_jndi = realm.getProperty("datasource-jndi"); 70 Property user_table = realm.getProperty("user-table"); 71 Property group_table = realm.getProperty("group-table"); 72 Property user_name_col = realm.getProperty("user-name-column"); 73 Property passwd_col = realm.getProperty("password-column"); 74 Property grp_name_col = realm [all...] |
H A D | LDAPRealmPropertyCheckValidator.java | 56 "com.sun.enterprise.security.auth.realm.ldap.LDAPRealm"; 61 public boolean isValid(final AuthRealm realm, argument 64 if (realm.getClassname().equals(LDAP_REALM)) { 65 Property jaas_context = realm.getProperty("jaas-context"); 66 Property dn = realm.getProperty("base-dn"); 67 Property url = realm.getProperty("directory");
|
H A D | SolarisRealmPropertyCheckValidator.java | 56 "com.sun.enterprise.security.auth.realm.solaris.SolarisRealm"; 61 public boolean isValid(final AuthRealm realm, argument 64 if (realm.getClassname().equals(SOLARIS_REALM)) { 65 Property jaas_context = realm.getProperty("jaas-context");
|