electric.security
Interface ICredentials

All Known Implementing Classes:
DigestCredentials, PasswordCredentials, UsernameDigestCredentials

public interface ICredentials

ICredentials.

Author:
webMethods

Method Summary
 boolean authenticate(IRealm realm)
          Authenticate this set of credentials against the given realm.
 java.lang.String getUserName()
          Return the user name.
 

Method Detail

getUserName

public java.lang.String getUserName()
Return the user name.


authenticate

public boolean authenticate(IRealm realm)
                     throws java.lang.SecurityException
Authenticate this set of credentials against the given realm.

Parameters:
realm -
Throws:
java.lang.SecurityException


copyright© 2001-2004 by webMethods All Rights Reserved.