BEA Systems, Inc.

BEA WebLogic Server 9.0 API Reference


weblogic.security.providers.saml
Interface SAMLUsedAssertionCache


public interface SAMLUsedAssertionCache

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Method Summary
 boolean cacheAssertion(String assertionId, String issuer, long expire)
           
 void flushCache()
           
 boolean initCache(Properties props)
           
 void releaseCache()
           
 

Method Detail

cacheAssertion

public boolean cacheAssertion(String assertionId,
                              String issuer,
                              long expire)

flushCache

public void flushCache()

initCache

public boolean initCache(Properties props)

releaseCache

public void releaseCache()

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.