Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


oracle.stellent.jcr
Class IdcCredentialsProvider

java.lang.Object
  extended by oracle.stellent.jcr.IdcCredentialsProvider

All Implemented Interfaces:
java.io.Serializable, javax.naming.Referenceable, oracle.jcr.CredentialsProvider

public class IdcCredentialsProvider
extends java.lang.Object
implements oracle.jcr.CredentialsProvider
See Also:
Serialized Form

Constructor Summary
IdcCredentialsProvider()
           

 

Method Summary
 javax.jcr.Credentials getCredentials(javax.jcr.Repository repository, java.lang.String workspaceName)
          
 javax.naming.Reference getReference()
          
static java.lang.Object idcVersionInfo(java.lang.Object arg)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

IdcCredentialsProvider

public IdcCredentialsProvider()

Method Detail

getReference

public javax.naming.Reference getReference()
Specified by:
getReference in interface javax.naming.Referenceable

getCredentials

public javax.jcr.Credentials getCredentials(javax.jcr.Repository repository,
                                            java.lang.String workspaceName)

This implementation returns an instance of SimpleCredentials created for the user of the current ADFContext. If the ADFContext does not have a current user name, then we return an instance of SimpleCredentials created for the guest user.

Specified by:
getCredentials in interface oracle.jcr.CredentialsProvider

idcVersionInfo

public static java.lang.Object idcVersionInfo(java.lang.Object arg)

Skip navigation links

Oracle® Fusion Middleware JCR Adapter Java API Reference
11g Release 1 (11.1)

E17351-01


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