Skip navigation links

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

E22473-01


Uses of Class
oracle.security.am.common.policy.runtime.RuntimeAuthnScheme.ChallengeMechanism

Packages that use RuntimeAuthnScheme.ChallengeMechanism
oracle.security.am.common.policy.runtime Package holds policy service interfaces. 

 

Uses of RuntimeAuthnScheme.ChallengeMechanism in oracle.security.am.common.policy.runtime

 

Methods in oracle.security.am.common.policy.runtime that return RuntimeAuthnScheme.ChallengeMechanism
 RuntimeAuthnScheme.ChallengeMechanism RuntimeAuthnScheme.getChallengeMechanism()
          Get credential challenge mechanism.
static RuntimeAuthnScheme.ChallengeMechanism RuntimeAuthnScheme.ChallengeMechanism.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static RuntimeAuthnScheme.ChallengeMechanism[] RuntimeAuthnScheme.ChallengeMechanism.values()
          Returns an array containing the constants of this enum type, in the order they are declared.

 

Constructors in oracle.security.am.common.policy.runtime with parameters of type RuntimeAuthnScheme.ChallengeMechanism
RuntimeAuthnScheme(java.lang.String schemeName, java.lang.String description, int authLevel, java.lang.String challengeURL, RuntimeAuthnScheme.ChallengeMechanism mechanism, java.util.Map<java.lang.String,java.lang.String> challengeParamMap, java.lang.String authnModuleName)
           

 


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.