|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.beans.factory.config.AbstractFactoryBean
edu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean
edu.internet2.middleware.shibboleth.idp.config.profile.authn.IPAddressLoginHandlerFactoryBean
public class IPAddressLoginHandlerFactoryBean
Spring factory for IPAddressLoginHandler.
| Field Summary |
|---|
| Fields inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
|---|
logger |
| Constructor Summary | |
|---|---|
IPAddressLoginHandlerFactoryBean()
|
|
| Method Summary | |
|---|---|
protected Object |
createInstance()
|
List<String> |
getAddresses()
Get the list of denied or permitted IPs. |
Class |
getObjectType()
|
String |
getUsername()
Get the username to use for IP-address "authenticated" users. |
boolean |
isDefaultDeny()
Get whether the IPs in ipList a permitted list or a deny list. |
void |
setAddresses(List<String> newAddresses)
Set the list of denied or permitted IPs. |
void |
setDefaultDeny(boolean newDefaultDeny)
Set whether the IPs in ipList a permitted list or a deny list. |
void |
setUsername(String newUsername)
Set the username to use for IP-address "authenticated" users. |
| Methods inherited from class edu.internet2.middleware.shibboleth.idp.config.profile.authn.AbstractLoginHandlerFactoryBean |
|---|
getAuthenticationDuration, getAuthenticationMethods, populateHandler, setAuthenticationDuration, setAuthenticationMethods |
| Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean |
|---|
afterPropertiesSet, destroy, destroyInstance, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IPAddressLoginHandlerFactoryBean()
| Method Detail |
|---|
protected Object createInstance()
throws Exception
createInstance in class org.springframework.beans.factory.config.AbstractFactoryBeanExceptionpublic Class getObjectType()
getObjectType in interface org.springframework.beans.factory.FactoryBeangetObjectType in class org.springframework.beans.factory.config.AbstractFactoryBeanpublic List<String> getAddresses()
public void setAddresses(List<String> newAddresses)
newAddresses - list of denied or permitted IPspublic String getUsername()
public void setUsername(String newUsername)
newUsername - username to use for IP-address "authenticated" userspublic boolean isDefaultDeny()
public void setDefaultDeny(boolean newDefaultDeny)
newDefaultDeny - whether the IPs in ipList a permitted list or a deny list.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||