BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.security.acl
Interface CredentialChanger


public interface CredentialChanger

Mixin class that a User can implement to allow password changing

Author:
Copyright (c) 2000 BEA Systems, Inc. All Rights Reserved.
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 void changeCredential(java.lang.Object oldCredential, java.lang.Object newCredential)
           
 

Method Detail

changeCredential

public void changeCredential(java.lang.Object oldCredential,
                             java.lang.Object newCredential)
                      throws java.lang.SecurityException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.