|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.security.am.plugin.authn.CredentialParam
public final class CredentialParam
CredentialParam object holds the each credenetial collected. This will have the type of the credential and value. Credential parameter types are defined in AuthenticationConstants the available types are.
AuthenticationConstants.CRED_PARAM_TYPE_STRINGAuthenticationConstants.CRED_PARAM_TYPE_PASSWDAuthenticationConstants.CRED_PARAM_TYPE_HTTP_HEADERAuthenticationConstants.CRED_PARAM_TYPE_HTTP_COOKIE| Constructor Summary | |
|---|---|
CredentialParam() |
|
| Method Summary | |
|---|---|
java.lang.String |
getName()Returns the name of the credential parameter. |
java.lang.String |
getType()Returns the type of the credential. |
java.lang.Object |
getValue()Returns the value of the Credential parameter as an Object. |
void |
setName(java.lang.String name)Sets the name of the paramter. |
void |
setType(java.lang.String type)Sets the Credential parameter type. |
void |
setValue(java.lang.Object value)Sets the value of the crednetial paramter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CredentialParam()
| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - String object.public java.lang.String getType()
AuthenticationConstantspublic void setType(java.lang.String type)
AuthenticationConstants the available types are.
AuthenticationConstants.CRED_PARAM_TYPE_STRINGAuthenticationConstants.CRED_PARAM_TYPE_PASSWDAuthenticationConstants.CRED_PARAM_TYPE_HTTP_HEADERAuthenticationConstants.CRED_PARAM_TYPE_HTTP_COOKIEtype - the new typepublic java.lang.Object getValue()
public void setValue(java.lang.Object value)
value - the new value
|
Oracle Access Manager Extensibility Java API Reference 11g Release 1 (11.1.1.5) E22473-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||