Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
MECLIPSE-1354 - New Security Realms
Browse files Browse the repository at this point in the history
Made allowsCertificate() and allowsUsernameAndPassword() public
  • Loading branch information
mpiggott committed Aug 2, 2010
1 parent 81a2b82 commit 57fb868
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -16,9 +16,9 @@ public interface IAuthData

AnonymousAccessType getAnonymousAccessType();

boolean allowsUsernameAndPassword();
public boolean allowsUsernameAndPassword();

boolean allowsCertificate();
public boolean allowsCertificate();

public void setUsernameAndPassword( String username, String password );

Expand Down

0 comments on commit 57fb868

Please sign in to comment.