PicketLink Federation Common Server Bindings for Apache Tomcat 2.1.6.Final-redhat-2

org.picketlink.identity.federation.bindings.tomcat
Interface SubjectSecurityInteraction


public interface SubjectSecurityInteraction

Interface to retrieve a subject

Since:
Sep 13, 2011
Author:
Anil.Saldhana@redhat.com

Method Summary
 boolean cleanup(Principal principal)
          Clean up the Principal from the security cache
 Subject get()
          Obtain a subject based on implementation
 void setSecurityDomain(String securityDomain)
          Sets the security domain name
 

Method Detail

get

Subject get()
Obtain a subject based on implementation

Returns:

cleanup

boolean cleanup(Principal principal)
Clean up the Principal from the security cache

Parameters:
principal -
Returns:

setSecurityDomain

void setSecurityDomain(String securityDomain)

Sets the security domain name

Parameters:
securityDomain -

PicketLink Federation Common Server Bindings for Apache Tomcat 2.1.6.Final-redhat-2

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.