|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
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_STRING
AuthenticationConstants.CRED_PARAM_TYPE_PASSWD
AuthenticationConstants.CRED_PARAM_TYPE_HTTP_HEADER
AuthenticationConstants.CRED_PARAM_TYPE_HTTP_COOKIE
Field Summary | |
---|---|
protected static java.lang.String |
NAME_TAG |
protected static java.lang.String |
OBJ_ID |
protected static java.lang.String |
TYPE_TAG |
protected static java.lang.String |
VALUE_TAG |
Fields inherited from interface oracle.security.am.plugin.PluginAttribute |
---|
KEY_TAG |
Constructor Summary | |
---|---|
CredentialParam() |
Method Summary | |
---|---|
void |
fromString(java.lang.String token) |
java.lang.String |
getKeyName() |
java.lang.String |
getName() Returns the name of the credential parameter. |
java.lang.String |
getObjName() |
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 |
setKeyName(java.lang.String keyName) |
void |
setName(java.lang.String name) Sets the name of the parameter. |
void |
setType(java.lang.String type) Sets the Credential parameter type. |
void |
setValue(java.lang.Object value) Sets the value of the credential parameter. |
java.lang.String |
toStringForm() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static final java.lang.String OBJ_ID
protected static java.lang.String NAME_TAG
protected static java.lang.String VALUE_TAG
protected static java.lang.String TYPE_TAG
Constructor Detail |
---|
public CredentialParam()
Method Detail |
---|
public java.lang.String getName()
String
objectpublic void setName(java.lang.String name)
name
- String
object.public java.lang.String getType()
AuthenticationConstants
String
object.public void setType(java.lang.String type)
AuthenticationConstants
the available types are.
AuthenticationConstants.CRED_PARAM_TYPE_STRING
AuthenticationConstants.CRED_PARAM_TYPE_PASSWD
AuthenticationConstants.CRED_PARAM_TYPE_HTTP_HEADER
AuthenticationConstants.CRED_PARAM_TYPE_HTTP_COOKIE
type
- the new type String
object.public java.lang.Object getValue()
String
object.public void setValue(java.lang.Object value)
value
- the new valuepublic java.lang.String toStringForm()
toStringForm
in interface PluginAttribute
public void fromString(java.lang.String token)
fromString
in interface PluginAttribute
public java.lang.String getKeyName()
getKeyName
in interface PluginAttribute
public void setKeyName(java.lang.String keyName)
setKeyName
in interface PluginAttribute
public java.lang.String getObjName()
getObjName
in interface PluginAttribute
|
Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager 11g Release 2 (11.1.2.1.0) E27137-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 2013, Oracle Corp. All Rights Reserved.