org.modeshape.jcr
Class JcrSecurityContextCredentials
java.lang.Object
org.modeshape.jcr.JcrSecurityContextCredentials
- All Implemented Interfaces:
- Serializable, Credentials
Deprecated. Use SecurityContextCredentials
instead
@Deprecated
public class JcrSecurityContextCredentials
- extends Object
- implements Credentials
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrSecurityContextCredentials
public JcrSecurityContextCredentials(SecurityContext securityContext)
- Deprecated.
- Initializes the class with an existing
security context
.
- Parameters:
securityContext
- the security context; may not be null
getSecurityContext
public final SecurityContext getSecurityContext()
- Deprecated.
- Returns the
security context
for this instance.
- Returns:
- the
security context
for this instance; never null
Copyright © 2008-2011 JBoss, a division of Red Hat. All Rights Reserved.