com.bea.p13n.security
Class CredentialItem

java.lang.Object
  extended by com.bea.p13n.security.CredentialItem

public class CredentialItem
extends Object

Lightweight object holding a set of credential information as persisted by a Credential Mapper provider.


Constructor Summary
CredentialItem(String credentialAlias, String remoteUser, char[] attribute, P13nResource resourceId)
           
 
Method Summary
 void dispose()
           
 boolean equals(Object other)
           
 String getAlias()
           
 char[] getAttribute()
           
 String getRemoteUser()
           
 P13nResource getResourceId()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialItem

public CredentialItem(String credentialAlias,
                      String remoteUser,
                      char[] attribute,
                      P13nResource resourceId)
Method Detail

getAlias

public String getAlias()

getRemoteUser

public String getRemoteUser()

getResourceId

public P13nResource getResourceId()

getAttribute

public char[] getAttribute()

dispose

public void dispose()

equals

public boolean equals(Object other)
Overrides:
equals in class Object


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.