Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin.authn
Class CredentialParam

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


public final class CredentialParam
extends java.lang.Object

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.1.5.0

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

CredentialParam

public CredentialParam()

Method Detail

getName

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

setName

public void setName(java.lang.String name)
Sets the name of the paramter.
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

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

getValue

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

setValue

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

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.