oracle.stellent.ridc.auth
Interface Identity

All Superinterfaces:
java.security.Principal
All Known Implementing Classes:
BasicIdentity

public interface Identity
extends java.security.Principal

The identity of the user executing this request


Method Summary
 Credentials getCredentials()
           
 
Methods inherited from interface java.security.Principal
equals, getName, hashCode, toString
 

Method Detail

getCredentials

Credentials getCredentials()
Returns:
the credentials to use for web requests


Copyright © 2008-2009 Oracle Corporation. All Rights Reserved.