hudson.security
Class NotSerilizableSecurityContext

java.lang.Object
  extended by jenkins.security.NonSerializableSecurityContext
      extended by hudson.security.NotSerilizableSecurityContext
All Implemented Interfaces:
Serializable, org.acegisecurity.context.SecurityContext

Deprecated. use NonSerializableSecurityContext instead

@Deprecated
public class NotSerilizableSecurityContext
extends NonSerializableSecurityContext

See Also:
Serialized Form

Constructor Summary
NotSerilizableSecurityContext()
          Deprecated.  
NotSerilizableSecurityContext(org.acegisecurity.Authentication authentication)
          Deprecated.  
 
Method Summary
 
Methods inherited from class jenkins.security.NonSerializableSecurityContext
equals, getAuthentication, hashCode, setAuthentication, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSerilizableSecurityContext

public NotSerilizableSecurityContext()
Deprecated. 

NotSerilizableSecurityContext

public NotSerilizableSecurityContext(org.acegisecurity.Authentication authentication)
Deprecated. 


Copyright © 2004-2013. All Rights Reserved.