com.bea.p13n.security.management.credentials
Class CredentialHelper

java.lang.Object
  extended by com.bea.p13n.security.management.credentials.CredentialHelper

public class CredentialHelper
extends Object


Constructor Summary
CredentialHelper()
           
 
Method Summary
static String getRepositoryPassword(AuthenticatedSubject authSubj, String repositoryAlias, P13nResource repositoryResource)
           
static void removeRepositoryPassword(AuthenticatedSubject authSubj, String repositoryAlias, P13nResource repositoryResource, String remoteUser)
           
static void setRepositoryPassword(AuthenticatedSubject authSubj, String repositoryAlias, P13nResource repositoryResource, String repositoryUser, String clearTextPassword)
           
static String toPwdString(char[] carray)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialHelper

public CredentialHelper()
Method Detail

toPwdString

public static String toPwdString(char[] carray)

getRepositoryPassword

public static String getRepositoryPassword(AuthenticatedSubject authSubj,
                                           String repositoryAlias,
                                           P13nResource repositoryResource)

setRepositoryPassword

public static void setRepositoryPassword(AuthenticatedSubject authSubj,
                                         String repositoryAlias,
                                         P13nResource repositoryResource,
                                         String repositoryUser,
                                         String clearTextPassword)

removeRepositoryPassword

public static void removeRepositoryPassword(AuthenticatedSubject authSubj,
                                            String repositoryAlias,
                                            P13nResource repositoryResource,
                                            String remoteUser)


Copyright © 2006 BEA Systems, Inc. All Rights Reserved