hudson.plugins.openid
Class OpenIdUserProperty

java.lang.Object
  extended by hudson.model.UserProperty
      extended by hudson.security.FederatedLoginServiceUserProperty
          extended by hudson.plugins.openid.OpenIdUserProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.UserProperty>

public class OpenIdUserProperty
extends hudson.security.FederatedLoginServiceUserProperty

Author:
Kohsuke Kawaguchi

Nested Class Summary
static class OpenIdUserProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
Fields inherited from class hudson.security.FederatedLoginServiceUserProperty
identifiers
 
Fields inherited from class hudson.model.UserProperty
user
 
Constructor Summary
OpenIdUserProperty(java.util.Set<java.lang.String> identifiers)
           
 
Method Summary
 java.util.List<hudson.util.Secret> getProtectedOpenIDs()
           
 
Methods inherited from class hudson.security.FederatedLoginServiceUserProperty
addIdentifier, getIdentifiers, has
 
Methods inherited from class hudson.model.UserProperty
all, getDescriptor, reconfigure
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenIdUserProperty

@DataBoundConstructor
public OpenIdUserProperty(java.util.Set<java.lang.String> identifiers)
Method Detail

getProtectedOpenIDs

public java.util.List<hudson.util.Secret> getProtectedOpenIDs()


Copyright © 2004-2012. All Rights Reserved.