Class BadgeAuthChallenge
- java.lang.Object
- 
- com.inductiveautomation.ignition.common.config.BasicPropertySet
- 
- com.inductiveautomation.ignition.common.user.AuthChallenge
- 
- com.inductiveautomation.ignition.common.user.BasicAuthChallenge
- 
- com.inductiveautomation.ignition.common.user.BadgeAuthChallenge
 
 
 
 
- 
- All Implemented Interfaces:
- Countable,- Extendable<PropertySet>,- Mergable<PropertySet>,- MutablePropertyValueSource,- ObservablePropertySet,- PropertySet,- PropertyValueSource,- java.io.Serializable,- java.lang.Iterable<PropertyValue>
 
 public class BadgeAuthChallenge extends BasicAuthChallenge - See Also:
- Serialized Form
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.user.BasicAuthChallengeBasicAuthChallenge.Parser
 - 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.user.AuthChallengeAuthChallenge.AuthChallengeParser
 - 
Nested classes/interfaces inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySetBasicPropertySet.Builder
 
- 
 - 
Field Summary- 
Fields inherited from class com.inductiveautomation.ignition.common.user.BasicAuthChallengePasswordEnc, UsernameEnc
 - 
Fields inherited from interface com.inductiveautomation.ignition.common.config.PropertySetEMPTY
 
- 
 - 
Constructor SummaryConstructors Constructor Description BadgeAuthChallenge(java.lang.String badge)BadgeAuthChallenge(java.lang.String badge, java.lang.String secret)
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontainsBadge(AuthChallenge challenge)- 
Methods inherited from class com.inductiveautomation.ignition.common.user.BasicAuthChallengecontainsUsernameAndPassword, decrypt, decrypt, encrypt, encrypt, getActor, toString
 - 
Methods inherited from class com.inductiveautomation.ignition.common.user.AuthChallengefromJSON, register, set, set, toJSON, unregister
 - 
Methods inherited from class com.inductiveautomation.ignition.common.config.BasicPropertySetaddPropertyChangeListener, addPropertyChangeListener, change, coerceValue, contains, equals, firePropertyChange, get, getCount, getExtension, getOrDefault, getOrElse, getProperties, getRaw, getRawValueMap, getValues, isExtended, isInherited, iterator, of, remove, removePropertyChangeListener, removePropertyChangeListener, setDirect, setImpl, setRawValueMap
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.MutablePropertyValueSourcemerge
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertySetextend, newDefaultInstance, newExtension
 - 
Methods inherited from interface com.inductiveautomation.ignition.common.config.PropertyValueSourcegetNonNull, getNonNull
 
- 
 
- 
- 
- 
Method Detail- 
containsBadgepublic static boolean containsBadge(AuthChallenge challenge) 
 
- 
 
-