Java org.springframework.security.openid OpenIDAttribute fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.openid OpenIDAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.openid OpenIDAttribute.

The text is from its open source code.

Constructor

Method

intgetCount()
The requested count for the attribute when it is used as part of an authentication request.
StringgetName()
The attribute name
StringgetType()
The attribute type Identifier (a URI).
ListgetValues()
The values obtained from an attribute exchange.
booleanisRequired()
The "required" flag for the attribute when used with an authentication request.
voidsetCount(int count)
voidsetRequired(boolean required)