|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.p13n.security.CredentialItem
public class CredentialItem
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 |
|---|
public CredentialItem(String credentialAlias,
String remoteUser,
char[] attribute,
P13nResource resourceId)
| Method Detail |
|---|
public String getAlias()
public String getRemoteUser()
public P13nResource getResourceId()
public char[] getAttribute()
public void dispose()
public boolean equals(Object other)
equals in class Object
|
Copyright © 2008 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||