Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


com.bea.wlcp.wlng.interceptor.lockout.management
Interface UserLockoutServiceMBean


public interface UserLockoutServiceMBean

Method Summary
 long getHardLockoutDuration()
           
 int getHardLockoutThreshold()
           
 long getResetDuration()
           
 long getRevocationLockoutDuration()
           
 int getRevocationLockoutThreshold()
           
 long getSoftLockoutDuration()
           
 int getSoftLockoutThreshold()
           
 boolean isLocked(String username)
           
 void resetConfiguration()
           
 void setHardLockoutDuration(long hardLockoutDuration)
           
 void setHardLockoutThreshold(int hardLockoutThreshold)
           
 void setResetDuration(long resetDuration)
           
 void setRevocationLockoutDuration(long revocationLockoutDuration)
           
 void setRevocationLockoutThreshold(int revocationLockoutThreshold)
           
 void setSoftLockoutDuration(long softLockoutDuration)
           
 void setSoftLockoutThreshold(int softLockoutThreshold)
           
 String showLockLevel(String username)
           
 boolean unlock(String username)
           

 

Method Detail

getHardLockoutDuration

public long getHardLockoutDuration()
                            throws ConfigurationException
Throws:
ConfigurationException

getHardLockoutThreshold

public int getHardLockoutThreshold()
                            throws ConfigurationException
Throws:
ConfigurationException

getResetDuration

public long getResetDuration()
                      throws ConfigurationException
Throws:
ConfigurationException

getRevocationLockoutDuration

public long getRevocationLockoutDuration()
                                  throws ConfigurationException
Throws:
ConfigurationException

getRevocationLockoutThreshold

public int getRevocationLockoutThreshold()
                                  throws ConfigurationException
Throws:
ConfigurationException

getSoftLockoutDuration

public long getSoftLockoutDuration()
                            throws ConfigurationException
Throws:
ConfigurationException

getSoftLockoutThreshold

public int getSoftLockoutThreshold()
                            throws ConfigurationException
Throws:
ConfigurationException

isLocked

public boolean isLocked(String username)

resetConfiguration

public void resetConfiguration()

setHardLockoutDuration

public void setHardLockoutDuration(long hardLockoutDuration)
                            throws ConfigurationException
Throws:
ConfigurationException

setHardLockoutThreshold

public void setHardLockoutThreshold(int hardLockoutThreshold)
                             throws ConfigurationException
Throws:
ConfigurationException

setResetDuration

public void setResetDuration(long resetDuration)
                      throws ConfigurationException
Throws:
ConfigurationException

setRevocationLockoutDuration

public void setRevocationLockoutDuration(long revocationLockoutDuration)
                                  throws ConfigurationException
Throws:
ConfigurationException

setRevocationLockoutThreshold

public void setRevocationLockoutThreshold(int revocationLockoutThreshold)
                                   throws ConfigurationException
Throws:
ConfigurationException

setSoftLockoutDuration

public void setSoftLockoutDuration(long softLockoutDuration)
                            throws ConfigurationException
Throws:
ConfigurationException

setSoftLockoutThreshold

public void setSoftLockoutThreshold(int softLockoutThreshold)
                             throws ConfigurationException
Throws:
ConfigurationException

showLockLevel

public String showLockLevel(String username)

unlock

public boolean unlock(String username)

Skip navigation links

Oracle Communications Services Gatekeeper OAM Java API Reference
6.0

E55516-02


Copyright © 2008, 2015, Oracle and/or its affiliates. All rights reserved.