org.jboss.seam.security.external.openid.api
Interface OpenIdRequestedAttribute

All Known Implementing Classes:
OpenIdRequestedAttributeImpl

public interface OpenIdRequestedAttribute

Attribute requested by the relying party during the authentication of a user.

Author:
Marcel Kolsteren

Method Summary
 String getAlias()
          Name that identifies this requested attribute.
 Integer getCount()
          Indicates the maximum number of values to be returned by the provider; must be at least 1.
 String getTypeUri()
          Attribute type identifier.
 boolean isRequired()
          Indicates whether the attribute is required.
 

Method Detail

getAlias

String getAlias()
Name that identifies this requested attribute.

Returns:
the alias

getTypeUri

String getTypeUri()
Attribute type identifier.

Returns:
the type URI

isRequired

boolean isRequired()
Indicates whether the attribute is required.

Returns:
true if required, false otherwise

getCount

Integer getCount()
Indicates the maximum number of values to be returned by the provider; must be at least 1.

Returns:
maximum number of values


Copyright © 2011 Seam Framework. All Rights Reserved.