uPortal 2.4.1
API Documentation

org.jasig.portal.security
Interface IConfigurableSecurityContext

All Superinterfaces:
ISecurityContext, java.io.Serializable
All Known Implementing Classes:
SimpleLdapSecurityContext

public interface IConfigurableSecurityContext
extends ISecurityContext

Allows an ISecurityContext to note that it can have a Properties passed to it via a setter method.

Version:
$Revision $
Author:
Eric Dalquist edalquist@unicon.net

Method Summary
 void setProperties(java.util.Properties props)
          Method used to set the properties of the SecurityContext.
 
Methods inherited from interface org.jasig.portal.security.ISecurityContext
addSubContext, authenticate, getAdditionalDescriptor, getAuthType, getOpaqueCredentials, getOpaqueCredentialsInstance, getPrincipal, getPrincipalInstance, getSubContext, getSubContextNames, getSubContexts, isAuthenticated
 

Method Detail

setProperties

public void setProperties(java.util.Properties props)
Method used to set the properties of the SecurityContext.

Parameters:
props - The properties to set on the SecurityContext.

uPortal 2.4.1
API Documentation