hudson.security
Class FederatedLoginServiceUserProperty
java.lang.Object
hudson.model.UserProperty
hudson.security.FederatedLoginServiceUserProperty
- All Implemented Interfaces:
- ExtensionPoint, Describable<UserProperty>, ReconfigurableDescribable<UserProperty>
public class FederatedLoginServiceUserProperty
- extends UserProperty
Remembers identifiers given by FederatedLoginService
to this user.
See FederatedLoginService
for what "identifier" exactly means
- Since:
- 1.394
- Author:
- Kohsuke Kawaguchi
- See Also:
FederatedLoginService
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
identifiers
protected final Set<String> identifiers
FederatedLoginServiceUserProperty
protected FederatedLoginServiceUserProperty(Collection<String> identifiers)
has
public boolean has(String identifier)
getIdentifiers
public Collection<String> getIdentifiers()
addIdentifier
public void addIdentifier(String id)
throws IOException
- Throws:
IOException
Copyright © 2004-2013. All Rights Reserved.