Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


oracle.security.am.plugin.authn
Class CredentialParam

java.lang.Object
  extended by oracle.security.am.plugin.authn.CredentialParam

All Implemented Interfaces:
PluginAttribute

public final class CredentialParam
extends java.lang.Object
implements PluginAttribute

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.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.2.0.0

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

OBJ_ID

protected static final java.lang.String OBJ_ID
See Also:
Constant Field Values

NAME_TAG

protected static java.lang.String NAME_TAG

VALUE_TAG

protected static java.lang.String VALUE_TAG

TYPE_TAG

protected static java.lang.String TYPE_TAG

Constructor Detail

CredentialParam

public CredentialParam()

Method Detail

getName

public java.lang.String getName()
Returns the name of the credential parameter.
Returns:
aString object

setName

public void setName(java.lang.String name)
Sets the name of the parameter.
Parameters:
name - String object.

getType

public java.lang.String getType()
Returns the type of the credential. Type can be a user defined type also. Only the handling module should now how to operate on this type of credential. Credential parameter types are defined in AuthenticationConstants
Returns:
the type aString object.

setType

public void setType(java.lang.String type)
Sets the Credential parameter type. Type are are defined in AuthenticationConstants the available types are.
Parameters:
type - the new type String object.

getValue

public java.lang.Object getValue()
Returns the value of the Credential parameter as an Object.
Returns:
the valuea a String object.

setValue

public void setValue(java.lang.Object value)
Sets the value of the credential parameter.
Parameters:
value - the new value

toStringForm

public java.lang.String toStringForm()
Specified by:
toStringForm in interface PluginAttribute

fromString

public void fromString(java.lang.String token)
Specified by:
fromString in interface PluginAttribute

getKeyName

public java.lang.String getKeyName()
Specified by:
getKeyName in interface PluginAttribute

setKeyName

public void setKeyName(java.lang.String keyName)
Specified by:
setKeyName in interface PluginAttribute

getObjName

public java.lang.String getObjName()
Specified by:
getObjName in interface PluginAttribute

Skip navigation links

Oracle Fusion Middleware Extensibility Java API Reference for Oracle Access Management Access Manager
11g Release 2 (11.1.2.1.0)

E27137-02


Copyright © 2013, Oracle Corp. All Rights Reserved.