net.jini.jeri.ssl
Class SubjectCredentials.GetAllPrivateCredentialsAction
java.lang.Object
net.jini.jeri.ssl.SubjectCredentials.GetAllPrivateCredentialsAction
- All Implemented Interfaces:
- PrivilegedAction
- Enclosing class:
- SubjectCredentials
static class SubjectCredentials.GetAllPrivateCredentialsAction
- extends Object
- implements PrivilegedAction
A privileged action that returns all the X.500 private credentials for a
subject as an X500PrivateCredential array. Assumes that the subject is
non-null.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
subject
private final Subject subject
SubjectCredentials.GetAllPrivateCredentialsAction
SubjectCredentials.GetAllPrivateCredentialsAction(Subject subject)
run
public Object run()
- Specified by:
run
in interface PrivilegedAction
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.