Searched refs:getUsername (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisSystem.java58 public String getUsername() { method in class:SolarisSystem
H A DUnixSystem.java58 public String getUsername() { method in class:UnixSystem
H A DSolarisLoginModule.java139 userPrincipal = new SolarisPrincipal(ss.getUsername());
H A DUnixLoginModule.java132 userPrincipal = new UnixPrincipal(ss.getUsername());
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DHttpPrincipal.java79 public String getUsername() { method in class:HttpPrincipal
92 * as <code>(getUsername()+getRealm().hashCode()</code>
/openjdk7/jdk/src/share/classes/com/sun/rowset/internal/
H A DCachedRowSetReader.java326 if(((RowSet)caller).getUsername() != null) {
327 return ds.getConnection(((RowSet)caller).getUsername(),
341 ((RowSet)caller).getUsername(),
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest2.java117 if (!p.getUsername().equals("fred")) {
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DBasicLongCredentials.java102 if (!p.getUsername().equals(USERNAME)) {
/openjdk7/jdk/test/java/net/Authenticator/
H A DDeadlock.java151 if (!p.getUsername().equals("fred")) {
/openjdk7/jdk/test/sun/net/ftp/
H A DFtpURL.java404 String getUsername() { method in class:FtpURL.FtpServer
467 if (!("user".equals(server.getUsername())))
H A DFtpGetContent.java406 String getUsername() { method in class:FtpGetContent.FtpServer
/openjdk7/jdk/src/share/classes/javax/sql/
H A DRowSet.java162 String getUsername(); method in interface:RowSet
170 * @see #getUsername
/openjdk7/jdk/src/share/classes/com/sun/rowset/
H A DJdbcRowSetImpl.java645 //return ds.getConnection(getUsername(),getPassword());
647 if(getUsername() != null && !getUsername().equals("")) {
648 return ds.getConnection(getUsername(),getPassword());
663 (getUrl(), getUsername(), getPassword());
4434 * @see #getUsername
4439 if( getUsername() != null) {
4440 if(!getUsername().equals(uname)) {
4441 oldVal = getUsername();
/openjdk7/jdk/src/share/classes/javax/sql/rowset/
H A DBaseRowSet.java873 public String getUsername() { method in class:BaseRowSet
885 * @see #getUsername

Completed in 79 milliseconds